GDB (xrefs)
Public Attributes | List of all members
fbsd_collect_regset_section_cb_data Struct Reference

Public Attributes

const struct regcacheregcache
 
bfd * obfd
 
char * note_data
 
int * note_size
 
unsigned long lwp
 
enum gdb_signal stop_signal
 
int abort_iteration
 

Detailed Description

Definition at line 197 of file fbsd-tdep.c.

Member Data Documentation

◆ abort_iteration

int fbsd_collect_regset_section_cb_data::abort_iteration

Definition at line 205 of file fbsd-tdep.c.

Referenced by fbsd_collect_regset_section_cb(), and fbsd_collect_thread_registers().

◆ lwp

unsigned long fbsd_collect_regset_section_cb_data::lwp

Definition at line 203 of file fbsd-tdep.c.

Referenced by fbsd_collect_regset_section_cb(), and fbsd_collect_thread_registers().

◆ note_data

char* fbsd_collect_regset_section_cb_data::note_data

Definition at line 201 of file fbsd-tdep.c.

Referenced by fbsd_collect_regset_section_cb(), and fbsd_collect_thread_registers().

◆ note_size

int* fbsd_collect_regset_section_cb_data::note_size

Definition at line 202 of file fbsd-tdep.c.

Referenced by fbsd_collect_regset_section_cb(), and fbsd_collect_thread_registers().

◆ obfd

bfd* fbsd_collect_regset_section_cb_data::obfd

Definition at line 200 of file fbsd-tdep.c.

Referenced by fbsd_collect_regset_section_cb(), and fbsd_collect_thread_registers().

◆ regcache

const struct regcache* fbsd_collect_regset_section_cb_data::regcache

Definition at line 199 of file fbsd-tdep.c.

Referenced by fbsd_collect_regset_section_cb(), and fbsd_collect_thread_registers().

◆ stop_signal

enum gdb_signal fbsd_collect_regset_section_cb_data::stop_signal

Definition at line 204 of file fbsd-tdep.c.

Referenced by fbsd_collect_regset_section_cb(), and fbsd_collect_thread_registers().


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