Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dgdbarch.h1334 extern int gdbarch_cannot_step_breakpoint (struct gdbarch *gdbarch);
1340 #define CANNOT_STEP_BREAKPOINT (gdbarch_cannot_step_breakpoint (current_gdbarch))
H A Dgdbarch.c3519 gdbarch_cannot_step_breakpoint (struct gdbarch *gdbarch) in gdbarch_cannot_step_breakpoint() function