OpenOCD
nds32_v3_common_callback Struct Reference

Data Fields

int(* activate_hardware_breakpoint )(struct target *target)
 
int(* activate_hardware_watchpoint )(struct target *target)
 
int(* check_interrupt_stack )(struct nds32 *nds32)
 
int(* deactivate_hardware_breakpoint )(struct target *target)
 
int(* deactivate_hardware_watchpoint )(struct target *target)
 
int(* restore_interrupt_stack )(struct nds32 *nds32)
 

Detailed Description

Definition at line 13 of file nds32_v3_common.h.

Field Documentation

◆ activate_hardware_breakpoint

int(* nds32_v3_common_callback::activate_hardware_breakpoint) (struct target *target)

Definition at line 16 of file nds32_v3_common.h.

Referenced by nds32_v3_debug_entry(), and nds32_v3_leave_debug_state().

◆ activate_hardware_watchpoint

int(* nds32_v3_common_callback::activate_hardware_watchpoint) (struct target *target)

Definition at line 17 of file nds32_v3_common.h.

Referenced by nds32_v3_debug_entry(), and nds32_v3_leave_debug_state().

◆ check_interrupt_stack

int(* nds32_v3_common_callback::check_interrupt_stack) (struct nds32 *nds32)

Definition at line 14 of file nds32_v3_common.h.

Referenced by nds32_v3_debug_entry().

◆ deactivate_hardware_breakpoint

int(* nds32_v3_common_callback::deactivate_hardware_breakpoint) (struct target *target)

Definition at line 18 of file nds32_v3_common.h.

Referenced by nds32_v3_debug_entry().

◆ deactivate_hardware_watchpoint

int(* nds32_v3_common_callback::deactivate_hardware_watchpoint) (struct target *target)

Definition at line 19 of file nds32_v3_common.h.

Referenced by nds32_v3_debug_entry().

◆ restore_interrupt_stack

int(* nds32_v3_common_callback::restore_interrupt_stack) (struct nds32 *nds32)

Definition at line 15 of file nds32_v3_common.h.

Referenced by nds32_v3_leave_debug_state().


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