aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorSasha Smundak <asmundak@google.com>2015-04-28 17:41:09 -0700
committerDoug Evans <dje@google.com>2015-04-28 17:41:09 -0700
commit59fb7612ddee9219817a0c33b7d533b3d1c2aa41 (patch)
tree242ca16dfed9cf2a96d4bc17f863912d06d556cf /gdb/NEWS
parent521f2feb982e5e0b7065f5096590c3a92c7c9ec0 (diff)
downloadgdb-59fb7612ddee9219817a0c33b7d533b3d1c2aa41.zip
gdb-59fb7612ddee9219817a0c33b7d533b3d1c2aa41.tar.gz
gdb-59fb7612ddee9219817a0c33b7d533b3d1c2aa41.tar.bz2
Add gdb.Type.optimized_out method.
gdb/ChangeLog: * NEWS: Mention gdb.Type.optimized_out method. * python/py-type.c (typy_optimized_out): New function. gdb/doc/ChangeLog: * python.texi: New method documented. gdb/testsuite/ChangeLog: * gdb.python/py-type.exp: New test.
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 b711553..d463b52 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -52,6 +52,8 @@
which is the name of the objfile as specified by the user,
without, for example, resolving symlinks.
** You can now write frame unwinders in Python.
+ ** gdb.Type objects have a new method "optimized_out",
+ returning optimized out gdb.Value instance of this type.
* New commands