X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=6bca72d57fbaae5ce537f4f47f832586ddbef724;hb=6cd67beaae58c9e870b79feea3cf74ffdf7a9b33;hp=1d650ac7129fa8414638a2bf9318ddd846d6823f;hpb=396a78b6271c45410fc22c4bc7f8cff75da3d153;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1d650ac712..6bca72d57f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,29 @@ +2017-01-10 Tom Tromey + + * varobj.c (gdbpy_enter_varobj): New constructor. + * python/python-internal.h (gdbpy_enter_varobj): New class. + * python/py-varobj.c (py_varobj_get_iterator): Use + gdbpy_enter_varobj. + +2017-01-10 Tom Tromey + + * python/py-xmethods.c (gdbpy_get_xmethod_result_type): Use + gdbpy_enter, gdbpy_ref, unique_xmalloc_ptr. + (gdbpy_invoke_xmethod): Use gdbpy_ref, gdbpy_enter. + (gdbpy_get_xmethod_arg_types): Use gdbpy_ref, + unique_xmalloc_ptr. + (gdbpy_get_xmethod_arg_types): Use gdbpy_ref, gdbpy_enter. + +2017-01-10 Tom Tromey + + * python/py-xmethods.c (invoke_match_method): Use + gdbpy_ref. + +2017-01-10 Tom Tromey + + * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): use + gdbpy_enter, gdbpy_ref. + 2017-01-10 Tom Tromey * python/python.c (python_interactive_command): Use gdbpy_enter.