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

Public Attributes

struct thread_suspend_state thread_suspend
 
CORE_ADDR stop_pc
 
struct regcacheregisters
 
struct gdbarchsiginfo_gdbarch
 
gdb_bytesiginfo_data
 

Detailed Description

Definition at line 7251 of file infrun.c.

Member Data Documentation

struct regcache* infcall_suspend_state::registers
gdb_byte* infcall_suspend_state::siginfo_data
struct gdbarch* infcall_suspend_state::siginfo_gdbarch

Definition at line 7260 of file infrun.c.

Referenced by restore_infcall_suspend_state(), and save_infcall_suspend_state().

CORE_ADDR infcall_suspend_state::stop_pc

Definition at line 7256 of file infrun.c.

Referenced by restore_infcall_suspend_state(), and save_infcall_suspend_state().

struct thread_suspend_state infcall_suspend_state::thread_suspend

Definition at line 7253 of file infrun.c.

Referenced by restore_infcall_suspend_state(), and save_infcall_suspend_state().


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