aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2016-11-12 11:12:41 -0700
committerTom Tromey <tom@tromey.com>2017-01-10 19:13:52 -0700
commit12a5cedd4f2c5b1f4e303efda6f8ac3e06eec944 (patch)
treed6ff5c796adacfb52ad115776031ccd7a25355d6 /gdb/ChangeLog
parent788f258604773ccbe9ccba71f9b1725930324275 (diff)
downloadgdb-12a5cedd4f2c5b1f4e303efda6f8ac3e06eec944.zip
gdb-12a5cedd4f2c5b1f4e303efda6f8ac3e06eec944.tar.gz
gdb-12a5cedd4f2c5b1f4e303efda6f8ac3e06eec944.tar.bz2
Use gdbpy_enter in cmdpy_function
This changes cmdpy_function to use gdbpy_enter and gdbpy_ref. 2017-01-10 Tom Tromey <tom@tromey.com> * python/py-cmd.c (cmdpy_function): Use gdbpy_enter, gdbpy_ref.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9f19ede..a773b3c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2017-01-10 Tom Tromey <tom@tromey.com>
+ * python/py-cmd.c (cmdpy_function): Use gdbpy_enter, gdbpy_ref.
+
+2017-01-10 Tom Tromey <tom@tromey.com>
+
* python/py-varobj.c (py_varobj_iter_dtor, py_varobj_iter_next):
Use gdbpy_enter_varobj.