aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0e804f6..505b097 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,16 @@
+2010-01-18 Joel Brobecker <brobecker@adacore.com>
+
+ Trust PAD types instead of using PAD___XVS.
+ * ada-lang.c (trust_pad_over_xvs): New static variable.
+ (ada_is_aligner_type): If !trust_pad_over_xvs and there is a
+ parallel XVS type, follow the XVS type instead of the PAD type.
+ (unwrap_value): Make sure that there is no parallel XVE type
+ before returning the value as is.
+ (set_ada_list, show_ada_list): New static variables.
+ (set_ada_command, show_ada_command): New functions.
+ (_initialize_ada_language): Add new "set/show ada" prefix commands.
+ Add new "set/show ada trust-PAD-over-XVS" setting.
+
2010-01-18 Tom Tromey <tromey@redhat.com>
Thiago Jung Bauermann <bauerman@br.ibm.com>