GDB (xrefs)
Public Attributes | List of all members
fbsd_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 266 of file fbsd-tdep.c.

Member Data Documentation

◆ gdbarch

struct gdbarch* fbsd_corefile_thread_data::gdbarch

Definition at line 268 of file fbsd-tdep.c.

Referenced by fbsd_corefile_thread(), and fbsd_make_corefile_notes().

◆ note_data

char* fbsd_corefile_thread_data::note_data

Definition at line 270 of file fbsd-tdep.c.

Referenced by fbsd_corefile_thread(), and fbsd_make_corefile_notes().

◆ note_size

int* fbsd_corefile_thread_data::note_size

Definition at line 271 of file fbsd-tdep.c.

Referenced by fbsd_corefile_thread(), and fbsd_make_corefile_notes().

◆ obfd

bfd* fbsd_corefile_thread_data::obfd

Definition at line 269 of file fbsd-tdep.c.

Referenced by fbsd_corefile_thread(), and fbsd_make_corefile_notes().

◆ stop_signal

enum gdb_signal fbsd_corefile_thread_data::stop_signal

Definition at line 272 of file fbsd-tdep.c.

Referenced by fbsd_corefile_thread(), and fbsd_make_corefile_notes().


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