aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/ChangeLog
diff options
context:
space:
mode:
authorSiva Chandra <sivachandra@chromium.org>2013-12-02 06:45:09 -0800
committerSiva Chandra <sivachandra@chromium.org>2014-02-19 15:47:45 -0800
commitf7bd0f7854f2fd0dfeddafd073b007d91bea79e8 (patch)
tree38d3ca9d46e619b3f4a371a0b50158563a3af60d /gdb/doc/ChangeLog
parent649ebbcaef0f8e58146e62be0d3f22da5f82446c (diff)
downloadgdb-f7bd0f7854f2fd0dfeddafd073b007d91bea79e8.zip
gdb-f7bd0f7854f2fd0dfeddafd073b007d91bea79e8.tar.gz
gdb-f7bd0f7854f2fd0dfeddafd073b007d91bea79e8.tar.bz2
Call overloaded operators to perform operations on gdb.Value objects.
* NEWS: Add entry for the new feature * python/py-value.c (valpy_binop): Call value_x_binop for struct and class values. testsuite/ * gdb.python/py-value-cc.cc: Improve test case to enable testing operations on gdb.Value objects. * gdb.python/py-value-cc.exp: Add new test to test operations on gdb.Value objects. doc/ * python.texi (Values From Inferior): Add description about the new feature.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r--gdb/doc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 23823ee..9619907 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,8 @@
+2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
+
+ * python.texi (Values From Inferior): Add description about the
+ new feature.
+
2014-02-17 Doug Evans <xdje42@gmail.com>
* Makefile.in (GDB_DOC_FILES): Add python.texi.