OpenOCD
|
Data Fields | |
uint32_t | backup_ir0 |
int32_t | n_hbr |
number of hardware breakpoints More... | |
struct nds32 | nds32 |
int32_t | next_hbr_index |
next hardware breakpoint index More... | |
Definition at line 13 of file nds32_v2.h.
uint32_t nds32_v2_common::backup_ir0 |
Definition at line 16 of file nds32_v2.h.
Referenced by nds32_v2_check_interrupt_stack(), and nds32_v2_restore_interrupt_stack().
int32_t nds32_v2_common::n_hbr |
number of hardware breakpoints
Definition at line 19 of file nds32_v2.h.
Referenced by nds32_v2_add_breakpoint(), nds32_v2_add_watchpoint(), and nds32_v2_examine().
struct nds32 nds32_v2_common::nds32 |
Definition at line 26 of file nds32_v2.h.
Referenced by nds32_v2_activate_hardware_breakpoint(), nds32_v2_activate_hardware_watchpoint(), nds32_v2_add_breakpoint(), nds32_v2_check_interrupt_stack(), nds32_v2_examine(), nds32_v2_restore_interrupt_stack(), and nds32_v2_target_create().
int32_t nds32_v2_common::next_hbr_index |
next hardware breakpoint index
increase from low index to high index
Definition at line 23 of file nds32_v2.h.
Referenced by nds32_v2_activate_hardware_watchpoint(), nds32_v2_add_breakpoint(), nds32_v2_add_watchpoint(), nds32_v2_deactivate_hardware_watchpoint(), nds32_v2_examine(), nds32_v2_remove_breakpoint(), and nds32_v2_remove_watchpoint().