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 50 of file linux-aarch64-low.c.

Member Data Documentation

◆ bpts

struct arm_linux_hw_breakpoint arch_process_info::bpts[MAX_BPTS]

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

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

◆ current_watches

struct mips_watchpoint* arch_process_info::current_watches

◆ debug_reg_state [1/2]

struct x86_debug_reg_state arch_process_info::debug_reg_state

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

◆ debug_reg_state [2/2]

struct aarch64_debug_reg_state arch_process_info::debug_reg_state

◆ watch_mirror

struct pt_watch_regs arch_process_info::watch_mirror

◆ watch_readback

struct pt_watch_regs arch_process_info::watch_readback

◆ watch_readback_valid

int arch_process_info::watch_readback_valid

◆ wpts

struct arm_linux_hw_breakpoint arch_process_info::wpts[MAX_WPTS]

Definition at line 109 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: