]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/NEWS
2012-04-02 Siva Chandra Reddy <sivachandra@google.com>
authorSiva Chandra Reddy <sivachandra@sourceware.org>
Wed, 11 Apr 2012 05:50:44 +0000 (05:50 +0000)
committerSiva Chandra Reddy <sivachandra@sourceware.org>
Wed, 11 Apr 2012 05:50:44 +0000 (05:50 +0000)
commit06fc020f10ddb58fc73d9d2a20cde274f14111e4
tree0f5d95483ff6b0ce9c8ef4cfb6212bc8db65e0e8
parent1cd470df207d45a647e161d8580f15783a74e786
2012-04-02  Siva Chandra Reddy  <sivachandra@google.com>

New command 'explore' which helps explore values and types in
scope.
* NEWS: Add an entry about the new 'explore' command.
* data-directory/Makefile.in: Add gdb/command/explore.py
* python/lib/gdb/command/explore.py: Implemention of the 'explore'
command using the GDB Python API.

* doc/gdb.texinfo (Examining Data): Document the 'explore'
command.

* testsuite/gdb.python/Makefile.in: Add py-explore to EXECUTABLES.
* testsuite/gdb.python/py-explore.c: C program used for testing
the new 'explore' command on C constructs.
* testsuite/gdb.python/py-explore.cc: C++ program used for testing
the new 'explore' command on C++ constructs.
* testsuite/gdb-python/py-explore.exp: Tests for the new 'explore'
command on C constructs.
* testsuite/gdb-python/py-explore-cc.exp: Tests for the new
'explore' command on C++ constructs.
12 files changed:
gdb/ChangeLog
gdb/NEWS
gdb/data-directory/Makefile.in
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/python/lib/gdb/command/explore.py [new file with mode: 0644]
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.python/Makefile.in
gdb/testsuite/gdb.python/py-explore-cc.exp [new file with mode: 0644]
gdb/testsuite/gdb.python/py-explore.c [new file with mode: 0644]
gdb/testsuite/gdb.python/py-explore.cc [new file with mode: 0644]
gdb/testsuite/gdb.python/py-explore.exp [new file with mode: 0644]