|
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 8812 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 8820 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 8815 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 8811 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 8808 of file infrun.c.
Referenced by restore_infcall_suspend_state(), and save_infcall_suspend_state().
1.8.14