summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-02-22 17:34:17 +0000
committerAndrew Cagney <cagney@redhat.com>2004-02-22 17:34:17 +0000
commit26d08f0884e1d222fc7a14d3b0582cfe44157b66 (patch)
tree36522acfe7367bbbce8ff05003d10c0a9da0ddc1 /gdb/ChangeLog
parente7d7bd6567ca8f2e21c72986800ade01f6e6561d (diff)
downloadbinutils-gdb-26d08f0884e1d222fc7a14d3b0582cfe44157b66.tar.gz
Index: ChangeLog
2004-02-22 Andrew Cagney <cagney@redhat.com> * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and "frame-base.h". (struct hppa_frame_cache): Define. (hppa_frame_cache, hppa_frame_this_id): New functions. (hppa_frame_prev_register): New function. (hppa_frame_unwind, hppa_frame_base): New variables. (hppa_frame_unwind_sniffer): New function. (hppa_frame_base_address, hppa_unwind_pc): New function. (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind sniffer, and frame base sniffer; keep disabled. (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions. * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ce4a621c065..15e1089a500 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,18 @@
2004-02-22 Andrew Cagney <cagney@redhat.com>
+ * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
+ "frame-base.h".
+ (struct hppa_frame_cache): Define.
+ (hppa_frame_cache, hppa_frame_this_id): New functions.
+ (hppa_frame_prev_register): New function.
+ (hppa_frame_unwind, hppa_frame_base): New variables.
+ (hppa_frame_unwind_sniffer): New function.
+ (hppa_frame_base_address, hppa_unwind_pc): New function.
+ (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
+ sniffer, and frame base sniffer; keep disabled.
+ (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
+ * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
+
* frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
to predicates for "seriously old code".