diff options
author | Paul Koning <pkoning@equallogic.com> | 2011-10-04 15:55:39 +0000 |
---|---|---|
committer | Paul Koning <pkoning@equallogic.com> | 2011-10-04 15:55:39 +0000 |
commit | 84ad80e63a333efa71a9a9658ee7f0a9e00f58ae (patch) | |
tree | 836b3042a8adc2841638c9d392d27aa9bcb00edd /gdb/NEWS | |
parent | 699df94d5a8abbd5e3aaa2ab7f7334934457763c (diff) | |
download | gdb-84ad80e63a333efa71a9a9658ee7f0a9e00f58ae.zip gdb-84ad80e63a333efa71a9a9658ee7f0a9e00f58ae.tar.gz gdb-84ad80e63a333efa71a9a9658ee7f0a9e00f58ae.tar.bz2 |
* NEWS: Add entry for Python gdb.Type mapping methods.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -41,6 +41,11 @@ ** The "gdb.breakpoint" function has been deprecated in favor of "gdb.breakpoints". + ** Type objects for struct and union types now allow access to + the fields using standard Python dictionary (mapping) methods. + For example, "some_type['myfield']" now works, as does + "some_type.items()". + * 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 |