GDB (xrefs)
|
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 gdbarch * | gdbarch |
const struct regcache * | regcache |
bfd * | obfd |
gdb::unique_xmalloc_ptr< char > * | note_data |
int * | note_size |
unsigned long | lwp |
enum gdb_signal | stop_signal |
bool | abort_iteration = false |
Definition at line 32 of file gcore-elf.c.
|
inline |
Definition at line 34 of file gcore-elf.c.
References lwp.
bool gcore_elf_collect_regset_section_cb_data::abort_iteration = false |
Definition at line 57 of file gcore-elf.c.
struct gdbarch* gcore_elf_collect_regset_section_cb_data::gdbarch |
Definition at line 50 of file gcore-elf.c.
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().
gdb::unique_xmalloc_ptr<char>* gcore_elf_collect_regset_section_cb_data::note_data |
Definition at line 53 of file gcore-elf.c.
int* gcore_elf_collect_regset_section_cb_data::note_size |
Definition at line 54 of file gcore-elf.c.
bfd* gcore_elf_collect_regset_section_cb_data::obfd |
Definition at line 52 of file gcore-elf.c.
const struct regcache* gcore_elf_collect_regset_section_cb_data::regcache |
Definition at line 51 of file gcore-elf.c.
enum gdb_signal gcore_elf_collect_regset_section_cb_data::stop_signal |
Definition at line 56 of file gcore-elf.c.