OpenOCD
nds32_v3m_common Struct Reference
Collaboration diagram for nds32_v3m_common:

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...
 

Detailed Description

Definition at line 13 of file nds32_v3m.h.

Field Documentation

◆ n_hbr

◆ n_hwp

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().

◆ nds32

◆ next_hbr_index

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().

◆ next_hwp_index

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().

◆ used_n_wp

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().


The documentation for this struct was generated from the following file: