diff options
author | Tom Tromey <tromey@redhat.com> | 2012-12-06 18:59:57 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-12-06 18:59:57 +0000 |
commit | 731145cb171b848d564a696e81153166524eb35a (patch) | |
tree | ab76e30954e6d4f133e8795e385d0fe84ecfd2b8 /gdb/testsuite/ChangeLog | |
parent | cd6fa7fd8801453ab5caef588fc772d14cb1ee9a (diff) | |
download | ppe42-binutils-731145cb171b848d564a696e81153166524eb35a.tar.gz ppe42-binutils-731145cb171b848d564a696e81153166524eb35a.zip |
2012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
PR mi/14741:
* mi/mi-cmd-var.c (varobj_update_one): Take value of
attribute "dynamic" and "displayhint" from printed child,
not the root variable.
* gdb.python/py-mi.exp: Correct expected results for attribute
"dynamic" returned by -var-update.
Add test case for correct handling of "diplayhint" for children
of dynamic varobjs.
* gdb.python/py-prettyprint.c (set_itme): New function.
(bug_14741) New function.
(main) Add call to bug_14741().
* gdb.python/py-prettyprint.py (class ArrayPrinter): New class.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index ad6874ed0e..f05cd87916 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,14 @@ +2012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com> + + * gdb.python/py-mi.exp: Correct expected results for attribute + "dynamic" returned by -var-update. + Add test case for correct handling of "diplayhint" for children + of dynamic varobjs. + * gdb.python/py-prettyprint.c (set_itme): New function. + (bug_14741) New function. + (main) Add call to bug_14741(). + * gdb.python/py-prettyprint.py (class ArrayPrinter): New class. + 2012-12-05 Ulrich Weigand <uweigand@de.ibm.com> * gdb.base/gnu-debugdata.exp: Also include "D" symbols in |