aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-05-01 21:11:16 +0000
committerAndrew Cagney <cagney@redhat.com>2004-05-01 21:11:16 +0000
commitacd8056e99e13ae5a1686583edd68d965911c5d5 (patch)
tree8898fdddd02d7d3ce8458fd72f8dac3209797c24 /gdb/ChangeLog
parent0e100dab2eb07e9fc9ca155f87172d02439b64cb (diff)
downloadgdb-acd8056e99e13ae5a1686583edd68d965911c5d5.zip
gdb-acd8056e99e13ae5a1686583edd68d965911c5d5.tar.gz
gdb-acd8056e99e13ae5a1686583edd68d965911c5d5.tar.bz2
2004-05-01 Andrew Cagney <cagney@redhat.com>
* stack.c (select_frame_command): Delete call to frame_relative_level. (print_frame, set_backtrace_limit_command, backtrace_limit_info): Delete #if0 code. (frame_info): Do not print FRAMELESS. (print_block_frame_labels): Replace DEPRECATED_STREQ. (catch_info): Delete #if0 code.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index fe6552b..bd10edb 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,13 @@
2004-05-01 Andrew Cagney <cagney@redhat.com>
+ * stack.c (select_frame_command): Delete call to
+ frame_relative_level.
+ (print_frame, set_backtrace_limit_command, backtrace_limit_info):
+ Delete #if0 code.
+ (frame_info): Do not print FRAMELESS.
+ (print_block_frame_labels): Replace DEPRECATED_STREQ.
+ (catch_info): Delete #if0 code.
+
* frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
* dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
of frame_relative_level.