GDBserver
Public Attributes | List of all members
arch_lwp_info Struct Reference

#include "aarch64-linux-hw-point.h"

Public Attributes

char bpts_changed [MAX_BPTS]
 
char wpts_changed [MAX_WPTS]
 
CORE_ADDR stopped_data_address
 
int watch_registers_changed
 
dr_changed_t dr_changed_bp
 
dr_changed_t dr_changed_wp
 
int debug_registers_changed
 

Detailed Description

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

Member Data Documentation

◆ bpts_changed

char arch_lwp_info::bpts_changed[MAX_BPTS]

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

Referenced by arm_new_fork(), arm_new_thread(), and update_registers_callback().

◆ debug_registers_changed

int arch_lwp_info::debug_registers_changed

Definition at line 30 of file x86-linux.c.

Referenced by lwp_debug_registers_changed(), and lwp_set_debug_registers_changed().

◆ dr_changed_bp

dr_changed_t arch_lwp_info::dr_changed_bp

◆ dr_changed_wp

dr_changed_t arch_lwp_info::dr_changed_wp

◆ stopped_data_address

CORE_ADDR arch_lwp_info::stopped_data_address

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

Referenced by arm_stopped_by_watchpoint(), and arm_stopped_data_address().

◆ watch_registers_changed

int arch_lwp_info::watch_registers_changed

◆ wpts_changed

char arch_lwp_info::wpts_changed[MAX_WPTS]

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

Referenced by arm_new_fork(), arm_new_thread(), and update_registers_callback().


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