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

Public Attributes

struct gdbarchgdbarch
 
int pid
 
bfd * obfd
 
char * note_data
 
intnote_size
 
enum gdb_signal stop_signal
 

Detailed Description

Definition at line 1652 of file linux-tdep.c.

Member Data Documentation

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().


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