aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorSiva Chandra Reddy <sivachandra@sourceware.org>2013-01-21 21:44:57 +0000
committerSiva Chandra Reddy <sivachandra@sourceware.org>2013-01-21 21:44:57 +0000
commitaa6199c69abb6e2cb00dff0d79985c8548db4b1c (patch)
tree59544bbac72fabe40de595bb34e5abfecad968d5 /gdb/ChangeLog
parentd2afef13c283c7ea0f551ddfe966651b63ad6700 (diff)
downloadgdb-aa6199c69abb6e2cb00dff0d79985c8548db4b1c.zip
gdb-aa6199c69abb6e2cb00dff0d79985c8548db4b1c.tar.gz
gdb-aa6199c69abb6e2cb00dff0d79985c8548db4b1c.tar.bz2
* python/lib/gdb/commands/explore.py
(CompoundExplorer.explore_expr): Correct the name of a method being invoked. (ExploreTypeCommand.invoke): Add a missing 'return'. * testsuite/gdb.python/py-explore.exp: Improve a test
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 6ef74bc..e5a767b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
+
+ * python/lib/gdb/commands/explore.py
+ (CompoundExplorer.explore_expr): Correct the name of a method
+ being invoked.
+ (ExploreTypeCommand.invoke): Add a missing 'return'.
+
2013-01-21 Tom Tromey <tromey@redhat.com>
* gdb_obstack.h (obconcat): Move declaration here, from...