aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorSiva Chandra Reddy <sivachandra@sourceware.org>2012-04-11 05:50:44 +0000
committerSiva Chandra Reddy <sivachandra@sourceware.org>2012-04-11 05:50:44 +0000
commit06fc020f10ddb58fc73d9d2a20cde274f14111e4 (patch)
tree0f5d95483ff6b0ce9c8ef4cfb6212bc8db65e0e8 /gdb/testsuite/ChangeLog
parent1cd470df207d45a647e161d8580f15783a74e786 (diff)
downloadgdb-06fc020f10ddb58fc73d9d2a20cde274f14111e4.zip
gdb-06fc020f10ddb58fc73d9d2a20cde274f14111e4.tar.gz
gdb-06fc020f10ddb58fc73d9d2a20cde274f14111e4.tar.bz2
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/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 4aa7f64..422ac8b 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,16 @@
+2012-04-02 Siva Chandra Reddy <sivachandra@google.com>
+
+ * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
+ EXECUTABLES.
+ * gdb.python/py-explore.c: C program used for testing the new
+ 'explore' command on C constructs.
+ * gdb.python/py-explore.cc: C++ program used for testing the new
+ 'explore' command on C++ constructs.
+ * gdb-python/py-explore.exp: Tests for the new 'explore'
+ command on C constructs.
+ * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
+ command on C++ constructs.
+
2012-04-07 Mark Kettenis <kettenis@gnu.org>
* gdb.base/funcargs.exp (complex_args): Fix typo.