aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2010-01-15 09:15:46 +0000
committerJoel Brobecker <brobecker@gnat.com>2010-01-15 09:15:46 +0000
commitc389c3dc73d399d4292e62fa157b32697bccf520 (patch)
treec789cbbb0ee338d887224bf22bf9de5555ca190a /gdb/ChangeLog
parent41263c058cc15b551b254ac040a29886edd7d8df (diff)
downloadgdb-c389c3dc73d399d4292e62fa157b32697bccf520.zip
gdb-c389c3dc73d399d4292e62fa157b32697bccf520.tar.gz
gdb-c389c3dc73d399d4292e62fa157b32697bccf520.tar.bz2
Enhance gdb-gdb.py to handle main_type.type_specific.
* gdb-gdb.py: Print the type-specific part of struct main_type.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index c6bd7b1..b42f33f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2010-01-15 Joel Brobecker <brobecker@adacore.com>
+
+ Enhance gdb-gdb.py to handle main_type.type_specific.
+ * gdb-gdb.py: Print the type-specific part of struct main_type.
+
2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
* configure.ac (AC_CHECK_FUNCS): Check for setrlimit and getrlimit.