summaryrefslogtreecommitdiff
path: root/gdb/data-directory
diff options
context:
space:
mode:
authorsivachandra <sivachandra>2012-04-11 05:50:40 +0000
committersivachandra <sivachandra>2012-04-11 05:50:40 +0000
commit56d1f337a29fb11c61e7d4b886181618d7725db3 (patch)
tree2efa44fdfe9920b1ef4fa6d63ef7becfd7c32f24 /gdb/data-directory
parent1e90e54821c3d5c188f1e57154e4910fc52dc312 (diff)
downloadgdb-56d1f337a29fb11c61e7d4b886181618d7725db3.tar.gz
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.
Diffstat (limited to 'gdb/data-directory')
-rw-r--r--gdb/data-directory/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/data-directory/Makefile.in b/gdb/data-directory/Makefile.in
index 4296e5ada7e..87c6dd47047 100644
--- a/gdb/data-directory/Makefile.in
+++ b/gdb/data-directory/Makefile.in
@@ -58,7 +58,8 @@ PYTHON_FILES = \
gdb/prompt.py \
gdb/command/__init__.py \
gdb/command/pretty_printers.py \
- gdb/command/prompt.py
+ gdb/command/prompt.py \
+ gdb/command/explore.py
FLAGS_TO_PASS = \
"prefix=$(prefix)" \