aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f064ac0..e90ee92 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,13 @@
+2004-11-10 Randolph Chung <tausq@debian.org>
+
+ * blockframe.c (inside_entry_func): Move to .....
+ * frame.c (inside_entry_func): ... here, and make static.
+ (backtrace_past_entry): New flag.
+ (get_prev_frame): Stop backtrace at the entry function if enabled
+ by flag. Update comments.
+ (_initialize_frame): Add command to set backtrace_past_entry flag.
+ * defs.h (inside_entry_func): Remove prototype.
+
2004-11-10 Mark Kettenis <kettenis@gnu.org>
* dwarf2read.c: Fix formatting.