-
Notifications
You must be signed in to change notification settings - Fork 0
Debug: bpt
Gino Latino edited this page Jun 15, 2021
·
3 revisions
Set an Instruction Pointer breakpoint, permitting to stop CPU when execution reach it. Such can be achieved by: bpt <address>.
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
IP 0x80000294 State Running Enter command: bpt
resulting into: breakpoint is resetted and execution will not stop at any address
See: https://aurixocd.blogspot.com/2021/06/lets-set-breakpoint.html