GDB (xrefs)
|
Public Attributes | |
struct gdbarch * | gdbarch |
int | pid |
bfd * | obfd |
char * | note_data |
int * | note_size |
enum gdb_signal | stop_signal |
Definition at line 1652 of file linux-tdep.c.
struct gdbarch* linux_corefile_thread_data::gdbarch |
Definition at line 1654 of file linux-tdep.c.
Referenced by linux_corefile_thread_callback(), and linux_make_corefile_notes().
char* linux_corefile_thread_data::note_data |
Definition at line 1657 of file linux-tdep.c.
Referenced by linux_corefile_thread_callback(), and linux_make_corefile_notes().
int* linux_corefile_thread_data::note_size |
Definition at line 1658 of file linux-tdep.c.
Referenced by linux_corefile_thread_callback(), and linux_make_corefile_notes().
bfd* linux_corefile_thread_data::obfd |
Definition at line 1656 of file linux-tdep.c.
Referenced by linux_corefile_thread_callback(), and linux_make_corefile_notes().
int linux_corefile_thread_data::pid |
Definition at line 1655 of file linux-tdep.c.
Referenced by linux_corefile_thread_callback(), and linux_make_corefile_notes().
enum gdb_signal linux_corefile_thread_data::stop_signal |
Definition at line 1659 of file linux-tdep.c.
Referenced by linux_corefile_thread_callback(), and linux_make_corefile_notes().