forked from Imagelibrary/rtems
libdebugger/target: Move global stepping variables in to the target data
Updates #5098
This commit is contained in:
@@ -107,6 +107,9 @@ typedef struct rtems_debugger_target {
|
||||
rtems_debugger_block swbreaks; /*<< The software breakpoint block. */
|
||||
bool memory_access; /*<< Accessing target memory. */
|
||||
jmp_buf access_return; /*<< Return from an access fault. */
|
||||
uintptr_t step_bp_address; /*<< Stepping break point address */
|
||||
rtems_id step_tid; /*<< Stepping task id */
|
||||
|
||||
} rtems_debugger_target;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user