GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
gcore_elf_collect_regset_section_cb_data Struct Reference

Public Member Functions

 gcore_elf_collect_regset_section_cb_data (struct gdbarch *gdbarch, const struct regcache *regcache, bfd *obfd, ptid_t ptid, gdb_signal stop_signal, gdb::unique_xmalloc_ptr< char > *note_data, int *note_size)
 

Public Attributes

struct gdbarchgdbarch
 
const struct regcacheregcache
 
bfd * obfd
 
gdb::unique_xmalloc_ptr< char > * note_data
 
int * note_size
 
unsigned long lwp
 
enum gdb_signal stop_signal
 
bool abort_iteration = false
 

Detailed Description

Definition at line 32 of file gcore-elf.c.

Constructor & Destructor Documentation

◆ gcore_elf_collect_regset_section_cb_data()

gcore_elf_collect_regset_section_cb_data::gcore_elf_collect_regset_section_cb_data ( struct gdbarch * gdbarch,
const struct regcache * regcache,
bfd * obfd,
ptid_t ptid,
gdb_signal stop_signal,
gdb::unique_xmalloc_ptr< char > * note_data,
int * note_size )
inline

Definition at line 34 of file gcore-elf.c.

References lwp.

Member Data Documentation

◆ abort_iteration

bool gcore_elf_collect_regset_section_cb_data::abort_iteration = false

Definition at line 57 of file gcore-elf.c.

◆ gdbarch

struct gdbarch* gcore_elf_collect_regset_section_cb_data::gdbarch

Definition at line 50 of file gcore-elf.c.

◆ lwp

unsigned long gcore_elf_collect_regset_section_cb_data::lwp

Definition at line 55 of file gcore-elf.c.

Referenced by gcore_elf_collect_regset_section_cb_data().

◆ note_data

gdb::unique_xmalloc_ptr<char>* gcore_elf_collect_regset_section_cb_data::note_data

Definition at line 53 of file gcore-elf.c.

◆ note_size

int* gcore_elf_collect_regset_section_cb_data::note_size

Definition at line 54 of file gcore-elf.c.

◆ obfd

bfd* gcore_elf_collect_regset_section_cb_data::obfd

Definition at line 52 of file gcore-elf.c.

◆ regcache

const struct regcache* gcore_elf_collect_regset_section_cb_data::regcache

Definition at line 51 of file gcore-elf.c.

◆ stop_signal

enum gdb_signal gcore_elf_collect_regset_section_cb_data::stop_signal

Definition at line 56 of file gcore-elf.c.


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