aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2010-01-15 12:07:04 +0000
committerJoel Brobecker <brobecker@gnat.com>2010-01-15 12:07:04 +0000
commit12ab9e09fa95b49831c733ac432e4f40d76136a6 (patch)
tree8fe4d7a33c0e587a6c7ed9bbd0f8280e7b76c577 /gdb/ChangeLog
parentc389c3dc73d399d4292e62fa157b32697bccf520 (diff)
downloadgdb-12ab9e09fa95b49831c733ac432e4f40d76136a6.zip
gdb-12ab9e09fa95b49831c733ac432e4f40d76136a6.tar.gz
gdb-12ab9e09fa95b49831c733ac432e4f40d76136a6.tar.bz2
Do not use name-based lookup for unconstrained packed arrays.
* ada-lang.c (find_parallel_type_by_descriptive_type): Limit the fallback to name-based lookups to the case where the type is a constrained packed array.
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 b42f33f..4d0431a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,12 @@
2010-01-15 Joel Brobecker <brobecker@adacore.com>
+ Do not use name-based lookup for unconstrained packed arrays.
+ * ada-lang.c (find_parallel_type_by_descriptive_type):
+ Limit the fallback to name-based lookups to the case where
+ the type is a constrained packed array.
+
+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.