aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 172625b..c0938a4 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,11 @@
+2011-02-28 Tom Tromey <tromey@redhat.com>
+
+ * python/python.c (gdbpy_value_cst): New global.
+ (_initialize_python): Initialize it.
+ * python/python-internal.h (gdbpy_value_cst): Declare.
+ * python/py-value.c (convert_value_from_python): Use
+ gdbpy_value_cst.
+
2011-02-28 Michael Snyder <msnyder@vmware.com>
* python/py-cmd.c (cmdpy_init): Fix memory leak.