aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2010-01-09 04:36:00 +0000
committerJoel Brobecker <brobecker@gnat.com>2010-01-09 04:36:00 +0000
commit4b7703adccf176d99bc0ee97efd40ee149762162 (patch)
tree2209327d47c8b3e404c701a91fe63d1a2fb6bb99 /gdb/ChangeLog
parent12c894746152a600f71e5a9c359bb40aac5d0853 (diff)
downloadgdb-4b7703adccf176d99bc0ee97efd40ee149762162.zip
gdb-4b7703adccf176d99bc0ee97efd40ee149762162.tar.gz
gdb-4b7703adccf176d99bc0ee97efd40ee149762162.tar.bz2
GDB crash while stepping into function.
* infrun.c (handle_inferior_event): Refetch the current frame after handling what.main_action, in case that pointer became dangling.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0a5b4b5..108476c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,12 @@
2010-01-09 Joel Brobecker <brobecker@adacore.com>
+ GDB crash while stepping into function.
+ * infrun.c (handle_inferior_event): Refetch the current frame
+ after handling what.main_action, in case that pointer became
+ dangling.
+
+2010-01-09 Joel Brobecker <brobecker@adacore.com>
+
Fix build failure of solaris-hosted cross debuggers.
* ada-valprint.c, parse.c: Include defs.h before including ctype.h.