Searched refs:gdbarch_decr_pc_after_break (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Ddarwin-nat.c1147 pc = regcache_read_pc (regcache) - gdbarch_decr_pc_after_break (gdbarch);
1154 if (gdbarch_decr_pc_after_break (gdbarch))
H A Dfbsd-nat.c1272 int decr_pc = gdbarch_decr_pc_after_break (gdbarch);
H A Dwindows-nat.c619 value -= gdbarch_decr_pc_after_break (gdbarch);
627 value -= gdbarch_decr_pc_after_break (gdbarch);
H A Dlinux-nat.c2626 sw_bp_pc = pc - gdbarch_decr_pc_after_break (gdbarch);
3293 int decr_pc = gdbarch_decr_pc_after_break (gdbarch);
H A Dinfrun.c3519 decr_pc = gdbarch_decr_pc_after_break (gdbarch);
4097 adjust the PC, per gdbarch_decr_pc_after_break. */
4111 affected by gdbarch_decr_pc_after_break. Other waitkinds which are
4118 gdbarch_decr_pc_after_break. I don't know any specific target that
4124 watchpoint affected by gdbarch_decr_pc_after_break. I haven't found any
4180 decr_pc = gdbarch_decr_pc_after_break (gdbarch);
6129 decr_pc = gdbarch_decr_pc_after_break (gdbarch);
H A Daix-thread.c1104 - gdbarch_decr_pc_after_break (gdbarch) == pd_brk_addr)
H A Dgdbarch.h613 extern CORE_ADDR gdbarch_decr_pc_after_break (struct gdbarch *gdbarch);
H A Dgdbarch.c2985 gdbarch_decr_pc_after_break (struct gdbarch *gdbarch) function
2990 fprintf_unfiltered (gdb_stdlog, "gdbarch_decr_pc_after_break called\n");
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ddarwin-nat.c1167 pc = regcache_read_pc (regcache) - gdbarch_decr_pc_after_break (gdbarch);
1174 if (gdbarch_decr_pc_after_break (gdbarch))
H A Dwindows-nat.c702 value -= gdbarch_decr_pc_after_break (gdbarch);
710 value -= gdbarch_decr_pc_after_break (gdbarch);
H A Dlinux-nat.c2553 sw_bp_pc = pc - gdbarch_decr_pc_after_break (gdbarch);
3270 int decr_pc = gdbarch_decr_pc_after_break (gdbarch);
H A Dfbsd-nat.c1231 int decr_pc = gdbarch_decr_pc_after_break (gdbarch);
H A Dinfrun.c3714 decr_pc = gdbarch_decr_pc_after_break (gdbarch);
4392 adjust the PC, per gdbarch_decr_pc_after_break. */
4406 affected by gdbarch_decr_pc_after_break. Other waitkinds which are
4413 gdbarch_decr_pc_after_break. I don't know any specific target that
4419 watchpoint affected by gdbarch_decr_pc_after_break. I haven't found any
4475 decr_pc = gdbarch_decr_pc_after_break (gdbarch);
6423 decr_pc = gdbarch_decr_pc_after_break (gdbarch);
H A Dgdbarch-gen.h537 extern CORE_ADDR gdbarch_decr_pc_after_break (struct gdbarch *gdbarch);
H A Daix-thread.c1108 - gdbarch_decr_pc_after_break (gdbarch) == pd_brk_addr)
H A Dgdbarch.c2838 gdbarch_decr_pc_after_break (struct gdbarch *gdbarch) function
2843 gdb_printf (gdb_stdlog, "gdbarch_decr_pc_after_break called\n");

Completed in 588 milliseconds