diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2007-06-06 15:38:56 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2007-06-06 15:38:56 +0000 |
commit | e6cf791626ca6945239d5184497d5a83a7419ca8 (patch) | |
tree | b9f4b15d1dfca4389c46f7fcd1b49012bf34bd27 /gdb/gdbarch.c | |
parent | bbcf301ac831ae84e6b9bfc8697d239c245da86b (diff) | |
download | gdb-e6cf791626ca6945239d5184497d5a83a7419ca8.zip gdb-e6cf791626ca6945239d5184497d5a83a7419ca8.tar.gz gdb-e6cf791626ca6945239d5184497d5a83a7419ca8.tar.bz2 |
2007-06-06 Markus Deuling <deuling@de.ibm.com>
* gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Replace by
gdbarch_have_nonsteppable_watchpoint.
* infrun.c (handle_inferior_event, adjust_pc_after_break): Likewise.
* gdbarch.sh (CANNOT_STEP_BREAKPOINT): Replace by
gdbarch_cannot_step_breakpoint.
* infrun.c (resume): Likewise.
* gdbarch.c, gdbarch.h: Regenerate.
Diffstat (limited to 'gdb/gdbarch.c')
-rw-r--r-- | gdb/gdbarch.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gdb/gdbarch.c b/gdb/gdbarch.c index 91624f1..cc1ba62 100644 --- a/gdb/gdbarch.c +++ b/gdb/gdbarch.c @@ -754,11 +754,6 @@ gdbarch_dump (struct gdbarch *current_gdbarch, struct ui_file *file) fprintf_unfiltered (file, "gdbarch_dump: cannot_fetch_register = <0x%lx>\n", (long) current_gdbarch->cannot_fetch_register); -#ifdef CANNOT_STEP_BREAKPOINT - fprintf_unfiltered (file, - "gdbarch_dump: CANNOT_STEP_BREAKPOINT # %s\n", - XSTRING (CANNOT_STEP_BREAKPOINT)); -#endif fprintf_unfiltered (file, "gdbarch_dump: cannot_step_breakpoint = %s\n", paddr_d (current_gdbarch->cannot_step_breakpoint)); @@ -1020,11 +1015,6 @@ gdbarch_dump (struct gdbarch *current_gdbarch, struct ui_file *file) fprintf_unfiltered (file, "gdbarch_dump: get_longjmp_target = <0x%lx>\n", (long) current_gdbarch->get_longjmp_target); -#ifdef HAVE_NONSTEPPABLE_WATCHPOINT - fprintf_unfiltered (file, - "gdbarch_dump: HAVE_NONSTEPPABLE_WATCHPOINT # %s\n", - XSTRING (HAVE_NONSTEPPABLE_WATCHPOINT)); -#endif fprintf_unfiltered (file, "gdbarch_dump: have_nonsteppable_watchpoint = %s\n", paddr_d (current_gdbarch->have_nonsteppable_watchpoint)); |