GDB (xrefs)
|
Public Attributes | |
const address_space * | aspace = nullptr |
CORE_ADDR | address = 0 |
int | nonsteppable_watchpoint_p = 0 |
int | thread = -1 |
CORE_ADDR step_over_info::address = 0 |
Definition at line 1418 of file infrun.c.
Referenced by clear_step_over_info(), set_step_over_info(), and stepping_past_instruction_at().
const address_space* step_over_info::aspace = nullptr |
Definition at line 1417 of file infrun.c.
Referenced by clear_step_over_info(), set_step_over_info(), step_over_info_valid_p(), and stepping_past_instruction_at().
int step_over_info::nonsteppable_watchpoint_p = 0 |
Definition at line 1422 of file infrun.c.
Referenced by clear_step_over_info(), set_step_over_info(), and stepping_past_nonsteppable_watchpoint().
int step_over_info::thread = -1 |
Definition at line 1425 of file infrun.c.
Referenced by clear_step_over_info(), displaced_step_in_progress_thread(), infrun_inferior_execd(), prepare_for_detach(), set_step_over_info(), and thread_is_stepping_over_breakpoint().