aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPierre Muller <muller@sourceware.org>2010-05-11 22:03:04 +0000
committerPierre Muller <muller@sourceware.org>2010-05-11 22:03:04 +0000
commitf5a010c000332ed42d58027a0f781a65d7417085 (patch)
tree4d972aec6fe7035b102a53b8b0321274e5490816 /gdb/ChangeLog
parentbf701c2c79bf88bbc02ec5e5057d8451f5200259 (diff)
downloadgdb-f5a010c000332ed42d58027a0f781a65d7417085.zip
gdb-f5a010c000332ed42d58027a0f781a65d7417085.tar.gz
gdb-f5a010c000332ed42d58027a0f781a65d7417085.tar.bz2
2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
PR exp/11530. * gdbtypes.c (lookup_struct_elt_type): Also lookup names of unnamed structures or unions. testsuite ChangeLog entry: 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr> PR exp/11530. * testsuite/gdb.base/gdb11530.c: New file. * testsuite/gdb.base/gdb11530.exp: 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 6819a8e..8b6b822 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
+ PR exp/11530.
+ * gdbtypes.c (lookup_struct_elt_type): Also lookup
+ names of unnamed structures or unions.
+
+2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
+
* procfs.c (proc_watchpoint_address): New function.
(procfs_stopped_by_watchpoint): Remove useless check after
find_procinfo_or_die call.