diff options
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 13 |
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. |