aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
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/NEWS
parent505b88fb5d0725884d473d5a208e604bbda54c4f (diff)
downloadgdb-457e09f0601b9b3bbad55110af858bf25b02a69e.zip
gdb-457e09f0601b9b3bbad55110af858bf25b02a69e.tar.gz
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/NEWS')
-rw-r--r--gdb/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index da55850..374b662 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -28,6 +28,8 @@
'data-directory'/python/gdb/function are now automatically loaded
on GDB start-up.
+ ** Symbols now provide the "type" attribute, the type of the symbol.
+
* libthread-db-search-path now supports two special values: $sdir and $pdir.
$sdir specifies the default system locations of shared libraries.
$pdir specifies the directory where the libpthread used by the application