diff options
author | Tom Tromey <tromey@redhat.com> | 2010-08-30 20:28:31 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2010-08-30 20:28:31 +0000 |
commit | 03f17ccfe196bd03d370b5c0d9983b8d8eed12d7 (patch) | |
tree | 56c6e9dbfdf091fd6ac9aca69cc9a4914ee50c1c /gdb/testsuite/ChangeLog | |
parent | 640617ad17a526e78796054d1da3d652ae5c8dc9 (diff) | |
download | gdb-03f17ccfe196bd03d370b5c0d9983b8d8eed12d7.zip gdb-03f17ccfe196bd03d370b5c0d9983b8d8eed12d7.tar.gz gdb-03f17ccfe196bd03d370b5c0d9983b8d8eed12d7.tar.bz2 |
gdb
2010-08-30 Andre Poenitz <andre.poenitz@nokia.com>
Tom Tromey <tromey@redhat.com>
PR python/11792:
* python/py-value.c (valpy_get_dynamic_type): New function.
(value_object_getset): Add "dynamic_type".
(valpy_get_type): Fail on error.
gdb/doc
PR python/11792:
* gdb.texinfo (Values From Inferior): Document dynamic_type.
gdb/testsuite
PR python/11792:
* gdb.python/py-value.exp (test_subscript_regression): Add
dynamic_type test.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 00c599a..433cfa2 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2010-08-30 Tom Tromey <tromey@redhat.com> + + PR python/11792: + * gdb.python/py-value.exp (test_subscript_regression): Add + dynamic_type test. + 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com> * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function |