summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2007-05-07 18:20:21 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2007-05-07 18:20:21 +0000
commit5ce69940781710aea3750cab517580838863ec5b (patch)
tree5b77cebf4cc4766fef525f34b45cfdafe41e022a /gdb/ChangeLog
parentc200a39d51f2867b22d731b257a1dc856302a84f (diff)
downloadgdb-5ce69940781710aea3750cab517580838863ec5b.tar.gz
* gdbarch.sh: Add skip_permanent_breakpoint callback.
* gdbarch.h, gdbarch.c: Regenerate. * infrun.c (SKIP_PERMANENT_BREAKPOINT): Remove default definition. (resume): Call gdbarch_skip_permanent_breakpoint instead of SKIP_PERMANENT_BREAKPOINT. Inline default case. * hppa-hpux-tdep.c (hppa_skip_permanent_breakpoint): Make static. Add REGCACHE argument. Use it instead of read/write_register. (hppa_hpux_init_abi): Install hppa_skip_permanent_breakpoint. * config/pa/tm-hppah.h: Delete file. * config/pa/hppa64.mt (DEPRECATED_TM_FILE): Set to tm-hppa.h. * config/pa/hppahpux.mt (DEPRECATED_TM_FILE): Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index d059e46a887..2984e421bf5 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,20 @@
+2007-05-07 Ulrich Weigand <uweigand@de.ibm.com>
+
+ * gdbarch.sh: Add skip_permanent_breakpoint callback.
+ * gdbarch.h, gdbarch.c: Regenerate.
+
+ * infrun.c (SKIP_PERMANENT_BREAKPOINT): Remove default definition.
+ (resume): Call gdbarch_skip_permanent_breakpoint instead of
+ SKIP_PERMANENT_BREAKPOINT. Inline default case.
+
+ * hppa-hpux-tdep.c (hppa_skip_permanent_breakpoint): Make static.
+ Add REGCACHE argument. Use it instead of read/write_register.
+ (hppa_hpux_init_abi): Install hppa_skip_permanent_breakpoint.
+
+ * config/pa/tm-hppah.h: Delete file.
+ * config/pa/hppa64.mt (DEPRECATED_TM_FILE): Set to tm-hppa.h.
+ * config/pa/hppahpux.mt (DEPRECATED_TM_FILE): Likewise.
+
2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
* Makefile.in (c-lang.o, gnu-v3-abi.o): Update.