Searched refs:single_step_through_delay (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.c257 gdbarch_single_step_through_delay_ftype *single_step_through_delay; member in struct:gdbarch
627 /* Skip verify of single_step_through_delay, has predicate. */
1363 "gdbarch_dump: single_step_through_delay = <%s>\n",
1364 host_address_to_string (gdbarch->single_step_through_delay));
3294 return gdbarch->single_step_through_delay != NULL;
3301 gdb_assert (gdbarch->single_step_through_delay != NULL);
3304 return gdbarch->single_step_through_delay (gdbarch, frame);
3309 gdbarch_single_step_through_delay_ftype single_step_through_delay)
3311 gdbarch->single_step_through_delay = single_step_through_delay;
3308 set_gdbarch_single_step_through_delay(struct gdbarch *gdbarch, gdbarch_single_step_through_delay_ftype single_step_through_delay) argument
[all...]
H A Dgdbarch.h742 extern void set_gdbarch_single_step_through_delay (struct gdbarch *gdbarch, gdbarch_single_step_through_delay_ftype *single_step_through_delay);
H A Dgdbarch.sh627 M;int;single_step_through_delay;struct frame_info *frame;frame
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch.c154 gdbarch_single_step_through_delay_ftype *single_step_through_delay = nullptr; member in struct:gdbarch
411 /* Skip verify of single_step_through_delay, has predicate. */
918 "gdbarch_dump: single_step_through_delay = <%s>\n",
919 host_address_to_string (gdbarch->single_step_through_delay));
3250 return gdbarch->single_step_through_delay != NULL;
3257 gdb_assert (gdbarch->single_step_through_delay != NULL);
3260 return gdbarch->single_step_through_delay (gdbarch, frame);
3265 gdbarch_single_step_through_delay_ftype single_step_through_delay)
3267 gdbarch->single_step_through_delay = single_step_through_delay;
3264 set_gdbarch_single_step_through_delay(struct gdbarch *gdbarch, gdbarch_single_step_through_delay_ftype single_step_through_delay) argument
[all...]
H A Dgdbarch-gen.h716 extern void set_gdbarch_single_step_through_delay (struct gdbarch *gdbarch, gdbarch_single_step_through_delay_ftype *single_step_through_delay);

Completed in 268 milliseconds