Skip to content
Gino Latino edited this page Jun 15, 2021 · 3 revisions

Use

Set an Instruction Pointer breakpoint, permitting to stop CPU when execution reach it. Such can be achieved by: bpt <address>.

Examples

Set Breakpoint at 0x80001670

IP 0x80000294 State Running Enter command: bpt 0x80001670 IP 0x80000294 State Running Enter command: rsthlt IP 0x80000020 State Running Enter command: run IP 0x80001670 State Running Enter command: t

resulting into: 0x80001670: [opcode not known - file 'Tricore1_6.h' need to be extended] modify the following registers: D15?0x00000980 => D15=0x00000000

ReSet Breakpoint

IP 0x80000294 State Running Enter command: bpt

resulting into: breakpoint is resetted and execution will not stop at any address

Tutorial

See: https://aurixocd.blogspot.com/2021/06/lets-set-breakpoint.html

Clone this wiki locally