HomeSort by: relevance | last modified time | path
    Searched refs:gdbarch_decr_pc_after_break (Results 1 - 18 of 18) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
darwin-nat.c 1171 pc = regcache_read_pc (regcache) - gdbarch_decr_pc_after_break (gdbarch);
1178 if (gdbarch_decr_pc_after_break (gdbarch))
fbsd-nat.c 1327 int decr_pc = gdbarch_decr_pc_after_break (gdbarch);
2079 int decr_pc = gdbarch_decr_pc_after_break (gdbarch);
windows-nat.c 689 value -= gdbarch_decr_pc_after_break (gdbarch);
697 value -= gdbarch_decr_pc_after_break (gdbarch);
infrun.c 4122 decr_pc = gdbarch_decr_pc_after_break (gdbarch);
4909 adjust the PC, per gdbarch_decr_pc_after_break. */
4923 affected by gdbarch_decr_pc_after_break. Other waitkinds which are
4930 gdbarch_decr_pc_after_break. I don't know any specific target that
4936 watchpoint affected by gdbarch_decr_pc_after_break. I haven't found any
4992 decr_pc = gdbarch_decr_pc_after_break (gdbarch);
7176 decr_pc = gdbarch_decr_pc_after_break (gdbarch);
aix-thread.c 1128 - gdbarch_decr_pc_after_break (gdbarch) == data->pd_brk_addr)
amd-dbgapi-target.c 1213 = pc - gdbarch_decr_pc_after_break (gdbarch);
gdbarch-gen.h 594 extern CORE_ADDR gdbarch_decr_pc_after_break (struct gdbarch *gdbarch);
linux-nat.c 2758 sw_bp_pc = pc - gdbarch_decr_pc_after_break (gdbarch);
gdbarch-gen.c 2950 gdbarch_decr_pc_after_break (struct gdbarch *gdbarch) function
2955 gdb_printf (gdb_stdlog, "gdbarch_decr_pc_after_break called\n");
  /src/external/gpl3/gdb/dist/gdb/
darwin-nat.c 1171 pc = regcache_read_pc (regcache) - gdbarch_decr_pc_after_break (gdbarch);
1178 if (gdbarch_decr_pc_after_break (gdbarch))
fbsd-nat.c 1327 int decr_pc = gdbarch_decr_pc_after_break (gdbarch);
2079 int decr_pc = gdbarch_decr_pc_after_break (gdbarch);
windows-nat.c 693 value -= gdbarch_decr_pc_after_break (gdbarch);
701 value -= gdbarch_decr_pc_after_break (gdbarch);
infrun.c 4131 decr_pc = gdbarch_decr_pc_after_break (gdbarch);
4919 adjust the PC, per gdbarch_decr_pc_after_break. */
4933 affected by gdbarch_decr_pc_after_break. Other waitkinds which are
4940 gdbarch_decr_pc_after_break. I don't know any specific target that
4946 watchpoint affected by gdbarch_decr_pc_after_break. I haven't found any
5002 decr_pc = gdbarch_decr_pc_after_break (gdbarch);
7185 decr_pc = gdbarch_decr_pc_after_break (gdbarch);
aix-thread.c 1121 - gdbarch_decr_pc_after_break (gdbarch) == data->pd_brk_addr)
amd-dbgapi-target.c 1249 = pc - gdbarch_decr_pc_after_break (gdbarch);
gdbarch-gen.h 602 extern CORE_ADDR gdbarch_decr_pc_after_break (struct gdbarch *gdbarch);
linux-nat.c 2758 sw_bp_pc = pc - gdbarch_decr_pc_after_break (gdbarch);
gdbarch-gen.c 2980 gdbarch_decr_pc_after_break (struct gdbarch *gdbarch) function
2985 gdb_printf (gdb_stdlog, "gdbarch_decr_pc_after_break called\n");

Completed in 101 milliseconds