Searched refs:software_single_step (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dgdbarch.c242 gdbarch_software_single_step_ftype *software_single_step; member in struct:gdbarch
409 0, /* software_single_step */
715 /* Skip verify of software_single_step, has predicate */
2166 (long) current_gdbarch->software_single_step
4951 return gdbarch->software_single_step != NULL;
4958 gdb_assert (gdbarch->software_single_step != NULL);
4961 gdbarch->software_single_step (sig, insert_breakpoints_p);
4966 gdbarch_software_single_step_ftype software_single_step)
4968 gdbarch->software_single_step = software_single_step;
4965 set_gdbarch_software_single_step(struct gdbarch *gdbarch, gdbarch_software_single_step_ftype software_single_step) argument
[all...]
H A Dgdbarch.h2046 extern void set_gdbarch_software_single_step (struct gdbarch *gdbarch, gdbarch_software_single_step_ftype *software_single_step);

Completed in 116 milliseconds