Searched refs:gdbarch_breakpoint_from_pc (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/gdb/gdb/ |
| HD | infcall.c | 325 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()
|
| HD | gdbarch.h | 1578 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…
|
| HD | monitor.c | 2053 bp = gdbarch_breakpoint_from_pc (current_gdbarch, &addr, &bplen); in monitor_insert_breakpoint()
|
| HD | gdbarch.c | 4343 gdbarch_breakpoint_from_pc (struct gdbarch *gdbarch, CORE_ADDR *pcptr, int *lenptr) in gdbarch_breakpoint_from_pc() function
|