aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorPaul Koning <pkoning@equallogic.com>2011-10-28 14:48:38 +0000
committerPaul Koning <pkoning@equallogic.com>2011-10-28 14:48:38 +0000
commit03c3051af409283414a7d14e7a7f596da7aa54de (patch)
treef2b469deed3e078fabdc3fe45e99bcd47858f005 /gdb/NEWS
parente8b9f50888378c3b742fe435da4bd7c99ab20d42 (diff)
downloadgdb-03c3051af409283414a7d14e7a7f596da7aa54de.zip
gdb-03c3051af409283414a7d14e7a7f596da7aa54de.tar.gz
gdb-03c3051af409283414a7d14e7a7f596da7aa54de.tar.bz2
* python/lib/gdb/types.py (deep_items): Rename from deepitems.
* NEWS: Mention deep_items.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 5cdb63e..973ed0b 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -56,6 +56,12 @@
** A new event "gdb.new_objfile" has been added, triggered by loading a
new object file.
+ ** A new function, "deep_items" has been added to the gdb.types
+ module in the GDB Python modules library. This function returns
+ an iterator over the fields of a struct or union type. Unlike
+ the standard Python "iteritems" method, it will recursively traverse
+ any anonymous fields.
+
* 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