aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2011-08-12 22:21:57 +0000
committerDoug Evans <dje@google.com>2011-08-12 22:21:57 +0000
commit457e09f0601b9b3bbad55110af858bf25b02a69e (patch)
tree64b827bdb71bc4ea492d84638b378930b5413793 /gdb/testsuite/ChangeLog
parent505b88fb5d0725884d473d5a208e604bbda54c4f (diff)
downloadfsf-binutils-gdb-457e09f0601b9b3bbad55110af858bf25b02a69e.zip
fsf-binutils-gdb-457e09f0601b9b3bbad55110af858bf25b02a69e.tar.gz
fsf-binutils-gdb-457e09f0601b9b3bbad55110af858bf25b02a69e.tar.bz2
* NEWS: Mention new "type" attribute of python gdb.Symbol objects.
* python/py-symbol.c (sympy_get_type): New function. (symbol_object_getset): Add "type". doc/ * gdb.texinfo (Symbols In Python): Document symbol.type. testsuite/ * gdb.python/py-symbol.exp: Add test for symbol.type.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 6fa8048..2870aa2 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2011-08-12 Doug Evans <dje@google.com>
+
+ * gdb.python/py-symbol.exp: Add test for symbol.type.
+
2011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
* gdb.threads/pthreads.exp: Enable on non-native configurations.