diff options
author | Joel Brobecker <brobecker@gnat.com> | 2008-09-10 20:14:30 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2008-09-10 20:14:30 +0000 |
commit | 0c1f74cf556520cf287f556c0f59a33dac4a84d1 (patch) | |
tree | fa943da0feab1ed8f3a3f857741074067abc36e3 /gdb/ChangeLog | |
parent | 5823c3efd3c1d3ef701e0121b3461984a709384d (diff) | |
download | gdb-0c1f74cf556520cf287f556c0f59a33dac4a84d1.zip gdb-0c1f74cf556520cf287f556c0f59a33dac4a84d1.tar.gz gdb-0c1f74cf556520cf287f556c0f59a33dac4a84d1.tar.bz2 |
* ada-lang.c (ada_parent_type): Add handling of the case where
the _parent field is a pointer and/or has a parallel XVS type.
(ada_evaluate_subexp) [OP_VAR_VALUE]: When doing an
EVAL_AVOID_SIDE_EFFECTS evaluation of a tagged type, return
the type of the tag instead of doing forcing an EVAL_NORMAL
expression evaluation.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0bcbd5b..178b547 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2008-09-10 Joel Brobecker <brobecker@adacore.com> + + * ada-lang.c (ada_parent_type): Add handling of the case where + the _parent field is a pointer and/or has a parallel XVS type. + (ada_evaluate_subexp) [OP_VAR_VALUE]: When doing an + EVAL_AVOID_SIDE_EFFECTS evaluation of a tagged type, return + the type of the tag instead of doing forcing an EVAL_NORMAL + expression evaluation. + 2008-09-10 Paul N. Hilfinger <hilfinger@adacore.com> Joel Brobecker <brobecker@adacore.com> |