OpenOCD
|
Data Fields | |
int32_t | n_hbr |
number of hardware breakpoints More... | |
int32_t | n_hwp |
number of hardware watchpoints More... | |
struct nds32 | nds32 |
int32_t | next_hbr_index |
next hardware breakpoint index More... | |
int32_t | next_hwp_index |
next hardware watchpoint index More... | |
int32_t | used_n_wp |
number of used hardware watchpoints More... | |
Definition at line 13 of file nds32_v3m.h.
int32_t nds32_v3m_common::n_hbr |
number of hardware breakpoints
Definition at line 17 of file nds32_v3m.h.
Referenced by nds32_v3m_activate_hardware_breakpoint(), nds32_v3m_add_breakpoint(), nds32_v3m_add_watchpoint(), nds32_v3m_deactivate_hardware_breakpoint(), nds32_v3m_examine(), and nds32_v3m_remove_breakpoint().
int32_t nds32_v3m_common::n_hwp |
number of hardware watchpoints
Definition at line 20 of file nds32_v3m.h.
Referenced by nds32_v3m_add_watchpoint(), and nds32_v3m_examine().
struct nds32 nds32_v3m_common::nds32 |
Definition at line 35 of file nds32_v3m.h.
Referenced by nds32_v3m_activate_hardware_breakpoint(), nds32_v3m_activate_hardware_watchpoint(), nds32_v3m_add_breakpoint(), nds32_v3m_add_watchpoint(), nds32_v3m_deactivate_hardware_watchpoint(), nds32_v3m_examine(), and nds32_v3m_target_create().
int32_t nds32_v3m_common::next_hbr_index |
next hardware breakpoint index
for simple breakpoints, hardware breakpoints are inserted from high index to low index
Definition at line 28 of file nds32_v3m.h.
Referenced by nds32_v3m_add_breakpoint(), nds32_v3m_add_watchpoint(), nds32_v3m_examine(), and nds32_v3m_remove_breakpoint().
int32_t nds32_v3m_common::next_hwp_index |
next hardware watchpoint index
increase from low index to high index
Definition at line 32 of file nds32_v3m.h.
Referenced by nds32_v3m_add_breakpoint(), nds32_v3m_add_watchpoint(), and nds32_v3m_examine().
int32_t nds32_v3m_common::used_n_wp |
number of used hardware watchpoints
Definition at line 23 of file nds32_v3m.h.
Referenced by nds32_v3m_add_breakpoint(), nds32_v3m_add_watchpoint(), and nds32_v3m_examine().