aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2015-01-27 10:13:52 -0800
committerDoug Evans <dje@google.com>2015-01-27 10:13:52 -0800
commit3a8b707add581af37804947536025dd3e7fc1a33 (patch)
tree20c64055757dbd442dd4188b7d00d204fd719685 /gdb/NEWS
parent1b5493961ab1f65a3336b2178ba3d035a130f9f6 (diff)
downloadgdb-3a8b707add581af37804947536025dd3e7fc1a33.zip
gdb-3a8b707add581af37804947536025dd3e7fc1a33.tar.gz
gdb-3a8b707add581af37804947536025dd3e7fc1a33.tar.bz2
Add gdb.Objfile.username.
gdb/ChangeLog: * NEWS: Mention gdb.Objfile.username. * python/py-objfile.c (objfpy_get_username): New function. (objfile_getset): Add "username". gdb/doc/ChangeLog: * python.texi (Objfiles In Python): Document Objfile.username. gdb/testsuite/ChangeLog: * gdb.python/py-objfile.exp: Add tests for objfile.username. Add test for objfile.filename, objfile.username after objfile has been unloaded.
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 c0cf706..bd85967 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,6 +3,12 @@
*** Changes since GDB 7.9
+* Python Scripting
+
+ ** gdb.Objfile objects have a new attribute "username",
+ which is the name of the objfile as specified by the user,
+ without, for example, resolving symlinks.
+
* New options
* The command 'thread apply all' can now support new option '-ascending'