]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/python/python.c
gdb
authorTom Tromey <tromey@redhat.com>
Thu, 6 Jan 2011 21:10:53 +0000 (21:10 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 6 Jan 2011 21:10:53 +0000 (21:10 +0000)
commitd8e227793f4a8ce420f2b4a068844b5b6ec39490
treeafc91da0a4286a456cde5288ec85184acbf3f61e
parenta255712f6589e84469ad702e4f9a53bec250fb9f
gdb
PR python/12367:
* NEWS: Add item.
* python/python.c (GdbMethods): Add "newest_frame" method.
* python/python-internal.h (gdbpy_newest_frame): Declare.
* python/py-frame.c (gdbpy_newest_frame): New function.
gdb/doc
* gdb.texinfo (Frames In Python): Document gdb.newest_thread.
gdb/testsuite
* gdb.python/py-frame.exp: Test gdb.newest_frame.
gdb/ChangeLog
gdb/NEWS
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/python/py-frame.c
gdb/python/python-internal.h
gdb/python/python.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.python/py-frame.exp