Searched refs:single_step_through_delay (Results 1 – 2 of 2) sorted by relevance
223 gdbarch_single_step_through_delay_ftype *single_step_through_delay; member1286 host_address_to_string (gdbarch->single_step_through_delay)); in gdbarch_dump()3029 return gdbarch->single_step_through_delay != NULL; in gdbarch_single_step_through_delay_p()3036 gdb_assert (gdbarch->single_step_through_delay != NULL); in gdbarch_single_step_through_delay()3039 return gdbarch->single_step_through_delay (gdbarch, frame); in gdbarch_single_step_through_delay()3044 … gdbarch_single_step_through_delay_ftype single_step_through_delay) in set_gdbarch_single_step_through_delay() argument3046 gdbarch->single_step_through_delay = single_step_through_delay; in set_gdbarch_single_step_through_delay()
631 …elay (struct gdbarch *gdbarch, gdbarch_single_step_through_delay_ftype *single_step_through_delay);