GDB (xrefs)
|
Public Attributes | |
struct thread_suspend_state | thread_suspend |
CORE_ADDR | stop_pc |
struct regcache * | registers |
struct gdbarch * | siginfo_gdbarch |
gdb_byte * | siginfo_data |
struct regcache* infcall_suspend_state::registers |
Definition at line 7257 of file infrun.c.
Referenced by discard_infcall_suspend_state(), get_infcall_suspend_state_regcache(), restore_infcall_suspend_state(), and save_infcall_suspend_state().
gdb_byte* infcall_suspend_state::siginfo_data |
Definition at line 7265 of file infrun.c.
Referenced by discard_infcall_suspend_state(), restore_infcall_suspend_state(), and save_infcall_suspend_state().
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().