Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/gdb/
Dinfcall.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()
Dgdbarch.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…
Dmonitor.c2053 bp = gdbarch_breakpoint_from_pc (current_gdbarch, &addr, &bplen); in monitor_insert_breakpoint()
Dgdbarch.c4343 gdbarch_breakpoint_from_pc (struct gdbarch *gdbarch, CORE_ADDR *pcptr, int *lenptr) in gdbarch_breakpoint_from_pc() function