Home
last modified time | relevance | path

Searched refs:single_step_through_delay (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dgdbarch.c223 gdbarch_single_step_through_delay_ftype *single_step_through_delay; member
1286 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() argument
3046 gdbarch->single_step_through_delay = single_step_through_delay; in set_gdbarch_single_step_through_delay()
H A Dgdbarch.h631 …elay (struct gdbarch *gdbarch, gdbarch_single_step_through_delay_ftype *single_step_through_delay);