When inserting a breakpoint instruction, we have to backup the current instruction (saved_instr) and we have to know where we have to restore this saved instruction (pinstr_addr)
Definition at line 169 of file h8s_stub.c.
Data Fields | |
| HAL_STUB_H8S_INSTR * | pinstr_addr |
| points to saved instruction | |
| HAL_STUB_H8S_INSTR | saved_instr |
| stores saved instruction | |
|
|
points to saved instruction
Definition at line 171 of file h8s_stub.c. Referenced by __clear_single_step(), __single_step(), and install_async_breakpoint(). |
|
|
stores saved instruction
Definition at line 172 of file h8s_stub.c. Referenced by __clear_single_step(), __single_step(), and install_async_breakpoint(). |
1.3.5