Home
last modified time | relevance | path

Searched refs:gdbarch_breakpoint_from_pc (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/gdb/gdb/
HDinfcall.c325 gdbarch_breakpoint_from_pc (gdbarch, &bppc, &bplen); in generic_push_dummy_code()
333 gdbarch_breakpoint_from_pc (gdbarch, bp_addr, &bplen); in generic_push_dummy_code()
HDgdbarch.h1578 extern const unsigned char * gdbarch_breakpoint_from_pc (struct gdbarch *gdbarch, CORE_ADDR *pcptr,…
1584 #define BREAKPOINT_FROM_PC(pcptr, lenptr) (gdbarch_breakpoint_from_pc (current_gdbarch, pcptr, lenp…
HDmonitor.c2053 bp = gdbarch_breakpoint_from_pc (current_gdbarch, &addr, &bplen); in monitor_insert_breakpoint()
HDgdbarch.c4343 gdbarch_breakpoint_from_pc (struct gdbarch *gdbarch, CORE_ADDR *pcptr, int *lenptr) in gdbarch_breakpoint_from_pc() function