GDB (xrefs)
|
Public Attributes | |
struct displaced_step_inferior_state * | next |
int | pid |
struct displaced_step_request * | step_request_queue |
ptid_t | step_ptid |
struct gdbarch * | step_gdbarch |
struct displaced_step_closure * | step_closure |
CORE_ADDR | step_original |
CORE_ADDR | step_copy |
gdb_byte * | step_saved_copy |
struct displaced_step_inferior_state* displaced_step_inferior_state::next |
Definition at line 1417 of file infrun.c.
Referenced by gdb.FrameIterator.FrameIterator::__next__(), add_displaced_stepping_state(), get_displaced_stepping_state(), infrun_thread_ptid_changed(), infrun_thread_stop_requested(), and remove_displaced_stepping_state().
int displaced_step_inferior_state::pid |
Definition at line 1420 of file infrun.c.
Referenced by add_displaced_stepping_state(), get_displaced_stepping_state(), and remove_displaced_stepping_state().
struct displaced_step_closure* displaced_step_inferior_state::step_closure |
Definition at line 1436 of file infrun.c.
Referenced by displaced_step_clear(), displaced_step_fixup(), displaced_step_prepare(), get_displaced_step_closure_by_addr(), and resume().
CORE_ADDR displaced_step_inferior_state::step_copy |
Definition at line 1440 of file infrun.c.
Referenced by displaced_step_fixup(), displaced_step_prepare(), displaced_step_restore(), and get_displaced_step_closure_by_addr().
struct gdbarch* displaced_step_inferior_state::step_gdbarch |
Definition at line 1432 of file infrun.c.
Referenced by displaced_step_clear(), displaced_step_fixup(), displaced_step_prepare(), and displaced_step_restore().
CORE_ADDR displaced_step_inferior_state::step_original |
Definition at line 1440 of file infrun.c.
Referenced by displaced_step_fixup(), and displaced_step_prepare().
ptid_t displaced_step_inferior_state::step_ptid |
Definition at line 1429 of file infrun.c.
Referenced by displaced_step_clear(), displaced_step_fixup(), displaced_step_in_progress(), displaced_step_prepare(), get_displaced_step_closure_by_addr(), handle_inferior_event_1(), infrun_thread_ptid_changed(), and prepare_for_detach().
struct displaced_step_request* displaced_step_inferior_state::step_request_queue |
Definition at line 1424 of file infrun.c.
Referenced by displaced_step_fixup(), displaced_step_prepare(), infrun_thread_ptid_changed(), and infrun_thread_stop_requested().
gdb_byte* displaced_step_inferior_state::step_saved_copy |
Definition at line 1443 of file infrun.c.
Referenced by displaced_step_prepare(), and displaced_step_restore().