diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6bae94a..e3e4632 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2017-01-10 Tom Tromey <tom@tromey.com> + * python/python-internal.h (make_cleanup_py_decref) + (make_cleanup_py_xdecref): Don't declare. + * python/py-utils.c (py_decref, make_cleanup_py_decref) + (py_xdecref, make_cleanup_py_xdecref): Remove. + +2017-01-10 Tom Tromey <tom@tromey.com> + * python/py-framefilter.c (py_mi_print_variables): Use gdbpy_ref. (py_print_locals, enumerate_locals, py_print_args): Use gdbpy_ref. |