Searched refs:gdbarch_breakpoint_kind_from_pc (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Ddisasm-selftests.c93 int kind = gdbarch_breakpoint_kind_from_pc (gdbarch, &pc);
H A Darch-utils.c835 int kind = gdbarch_breakpoint_kind_from_pc (gdbarch, pcptr);
844 return gdbarch_breakpoint_kind_from_pc (gdbarch, pcptr);
H A Dgdbarch.h580 extern int gdbarch_breakpoint_kind_from_pc (struct gdbarch *gdbarch, CORE_ADDR *pcptr);
H A Dgdbarch.c2876 gdbarch_breakpoint_kind_from_pc (struct gdbarch *gdbarch, CORE_ADDR *pcptr) function
2881 fprintf_unfiltered (gdb_stdlog, "gdbarch_breakpoint_kind_from_pc called\n");
H A Dbreakpoint.c2423 return gdbarch_breakpoint_kind_from_pc (bl->gdbarch, addr);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ddisasm-selftests.c166 kind = gdbarch_breakpoint_kind_from_pc (gdbarch, &pc);
H A Darch-utils.c879 int kind = gdbarch_breakpoint_kind_from_pc (gdbarch, pcptr);
888 return gdbarch_breakpoint_kind_from_pc (gdbarch, pcptr);
H A Dgdbarch-gen.h504 extern int gdbarch_breakpoint_kind_from_pc (struct gdbarch *gdbarch, CORE_ADDR *pcptr);
H A Dgdbarch.c2729 gdbarch_breakpoint_kind_from_pc (struct gdbarch *gdbarch, CORE_ADDR *pcptr) function
2734 gdb_printf (gdb_stdlog, "gdbarch_breakpoint_kind_from_pc called\n");
H A Dbreakpoint.c2662 return gdbarch_breakpoint_kind_from_pc (bl->gdbarch, addr);

Completed in 467 milliseconds