Home
last modified time | relevance | path

Searched refs:gdbarch_decr_pc_after_break (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dfbsd-nat.c1326 int decr_pc = gdbarch_decr_pc_after_break (gdbarch); in fbsd_handle_debug_trap()
2078 int decr_pc = gdbarch_decr_pc_after_break (gdbarch); in detach()
Ddarwin-nat.c1168 pc = regcache_read_pc (regcache) - gdbarch_decr_pc_after_break (gdbarch); in cancel_breakpoint()
1175 if (gdbarch_decr_pc_after_break (gdbarch)) in cancel_breakpoint()
Dwindows-nat.c698 value -= gdbarch_decr_pc_after_break (gdbarch); in windows_fetch_one_register()
706 value -= gdbarch_decr_pc_after_break (gdbarch); in windows_fetch_one_register()
Damd-dbgapi-target.c1213 = pc - gdbarch_decr_pc_after_break (gdbarch); in process_one_event()
Dinfrun.c4111 decr_pc = gdbarch_decr_pc_after_break (gdbarch); in do_target_wait_1()
4981 decr_pc = gdbarch_decr_pc_after_break (gdbarch); in adjust_pc_after_break()
7165 decr_pc = gdbarch_decr_pc_after_break (gdbarch); in handle_signal_stop()
Daix-thread.c1131 - gdbarch_decr_pc_after_break (gdbarch) == data->pd_brk_addr) in wait()
Dgdbarch-gen.h594 extern CORE_ADDR gdbarch_decr_pc_after_break (struct gdbarch *gdbarch);
Dlinux-nat.c2752 sw_bp_pc = pc - gdbarch_decr_pc_after_break (gdbarch); in save_stop_reason()
Dgdbarch.c2935 gdbarch_decr_pc_after_break (struct gdbarch *gdbarch) in gdbarch_decr_pc_after_break() function
DChangeLog-201415434 instead of gdbarch_decr_pc_after_break.
15436 instead of gdbarch_decr_pc_after_break.
15438 instead of gdbarch_decr_pc_after_break.
15440 instead of gdbarch_decr_pc_after_break.
15442 instead of gdbarch_decr_pc_after_break.
15444 instead of gdbarch_decr_pc_after_break.
DChangeLog-20076279 gdbarch_decr_pc_after_break.
DChangeLog-201511959 gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.