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

Public Attributes

struct gdbarchgdbarch
 
bfd * obfd
 
char * note_data
 
int * note_size
 
enum gdb_signal stop_signal
 

Detailed Description

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

Member Data Documentation

◆ gdbarch

struct gdbarch* linux_corefile_thread_data::gdbarch

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

Referenced by linux_corefile_thread(), and linux_make_corefile_notes().

◆ note_data

char* linux_corefile_thread_data::note_data

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

Referenced by linux_corefile_thread(), and linux_make_corefile_notes().

◆ note_size

int* linux_corefile_thread_data::note_size

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

Referenced by linux_corefile_thread(), and linux_make_corefile_notes().

◆ obfd

bfd* linux_corefile_thread_data::obfd

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

Referenced by linux_corefile_thread(), and linux_make_corefile_notes().

◆ stop_signal

enum gdb_signal linux_corefile_thread_data::stop_signal

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

Referenced by linux_corefile_thread(), and linux_make_corefile_notes().


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