GDBserver
Public Attributes | List of all members
arch_process_info Struct Reference

Public Attributes

struct aarch64_debug_reg_state debug_reg_state
 
struct arm_linux_hw_breakpoint bpts [MAX_BPTS]
 
struct arm_linux_hw_breakpoint wpts [MAX_WPTS]
 
int watch_readback_valid
 
struct pt_watch_regs watch_readback
 
struct mips_watchpointcurrent_watches
 
struct pt_watch_regs watch_mirror
 
struct x86_debug_reg_state debug_reg_state
 

Detailed Description

Definition at line 181 of file linux-aarch64-low.c.

Member Data Documentation

struct arm_linux_hw_breakpoint arch_process_info::bpts[MAX_BPTS]

Definition at line 104 of file linux-arm-low.c.

Referenced by arm_insert_point(), arm_prepare_to_resume(), and arm_remove_point().

struct mips_watchpoint* arch_process_info::current_watches
struct aarch64_debug_reg_state arch_process_info::debug_reg_state
struct x86_debug_reg_state arch_process_info::debug_reg_state

Definition at line 145 of file linux-x86-low.c.

struct pt_watch_regs arch_process_info::watch_mirror
struct pt_watch_regs arch_process_info::watch_readback
int arch_process_info::watch_readback_valid
struct arm_linux_hw_breakpoint arch_process_info::wpts[MAX_WPTS]

Definition at line 106 of file linux-arm-low.c.

Referenced by arm_insert_point(), arm_prepare_to_resume(), and arm_remove_point().


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