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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.c269 int cannot_step_breakpoint; member in struct:gdbarch
639 /* Skip verify of cannot_step_breakpoint, invalid_p == 0 */
844 "gdbarch_dump: cannot_step_breakpoint = %s\n",
845 plongest (gdbarch->cannot_step_breakpoint));
3512 /* Skip verify of cannot_step_breakpoint, invalid_p == 0 */
3515 return gdbarch->cannot_step_breakpoint;
3520 int cannot_step_breakpoint)
3522 gdbarch->cannot_step_breakpoint = cannot_step_breakpoint;
3519 set_gdbarch_cannot_step_breakpoint(struct gdbarch *gdbarch, int cannot_step_breakpoint) argument
H A Dgdbarch.h847 extern void set_gdbarch_cannot_step_breakpoint (struct gdbarch *gdbarch, int cannot_step_breakpoint);
H A Dgdbarch.sh690 v;int;cannot_step_breakpoint;;;0;0;;0
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch.c167 int cannot_step_breakpoint = 0; member in struct:gdbarch
425 /* Skip verify of cannot_step_breakpoint, invalid_p == 0 */
960 "gdbarch_dump: cannot_step_breakpoint = %s\n",
961 plongest (gdbarch->cannot_step_breakpoint));
3484 /* Skip verify of cannot_step_breakpoint, invalid_p == 0 */
3487 return gdbarch->cannot_step_breakpoint;
3492 int cannot_step_breakpoint)
3494 gdbarch->cannot_step_breakpoint = cannot_step_breakpoint;
3491 set_gdbarch_cannot_step_breakpoint(struct gdbarch *gdbarch, int cannot_step_breakpoint) argument
H A Dgdbarch-gen.h826 extern void set_gdbarch_cannot_step_breakpoint (struct gdbarch *gdbarch, int cannot_step_breakpoint);

Completed in 145 milliseconds