summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2011-01-03 13:11:06 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2011-01-03 13:11:06 +0000
commitebedcab50d2c7699ced23f4cf4eae712c0a9ca40 (patch)
treef203ddc5ac237d64a2233448d8837045355078c0 /gdb/ChangeLog
parent42ea3d7a0895f6748f2f888d6e993bc0ba6cc013 (diff)
downloadbinutils-gdb-ebedcab50d2c7699ced23f4cf4eae712c0a9ca40.tar.gz
gdb/
* frame.c (get_prev_frame_1) <UNWIND_INNER_ID>: New variables this_pc_in_block, morestack_msym and morestack_name. Check for "__morestack" minimal symbol there. gdb/testsuite/ * gdb.base/morestack.exp: New file. * gdb.base/morestack.c: New file.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 08b2b096dc5..586d12e0d54 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ * frame.c (get_prev_frame_1) <UNWIND_INNER_ID>: New variables
+ this_pc_in_block, morestack_msym and morestack_name. Check for
+ "__morestack" minimal symbol there.
+
2011-01-03 Joel Brobecker <brobecker@adacore.com>
* symfile.c (find_sym_fns): Add call to dont_repeat.