aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorSiva Chandra Reddy <sivachandra@sourceware.org>2012-05-13 11:33:44 +0000
committerSiva Chandra Reddy <sivachandra@sourceware.org>2012-05-13 11:33:44 +0000
commit7efc75aaf903ab9bf93b8411260740d5a5ee6056 (patch)
treeae3797c876f883109200007bace80d3755f9bf5b /gdb/NEWS
parent02277eae005e94859bd208e7814f1ac66c8b2433 (diff)
downloadgdb-7efc75aaf903ab9bf93b8411260740d5a5ee6056.zip
gdb-7efc75aaf903ab9bf93b8411260740d5a5ee6056.tar.gz
gdb-7efc75aaf903ab9bf93b8411260740d5a5ee6056.tar.bz2
2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
Add a new function gdb.find_pc_line to the Python API. * NEWS (Python Scripting): Add entry about the new function. * python/python.c (gdbpy_find_pc_line): New function which implements gdb.find_pc_line. (GdbMethods): Add entry for the new function. doc/ * gdb.texinfo (Basic Python): Add description about the function gdb.find_pc_line testsuite/ * gdb.python/python.c: Add a new breakpoint comment. * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index f893593..dd1ab24 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -53,6 +53,9 @@
which return the global and static blocks (as gdb.Block objects),
of the underlying symbol table, respectively.
+ ** New function gdb.find_pc_line which returns the gdb.Symtab_and_line
+ object associated with a PC value.
+
* Go language support.
GDB now supports debugging programs written in the Go programming
language.