This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from b6433ede070 Make bp_location derive from refcounted_object new 2c1413a98c8 Use htab_t in varobj new 76deb5d9181 Change varobj.c:rootlist to a std::list new d8f168ddd08 Change all_root_varobjs to take a function_view new 54746ce37a4 C++-ify varobj iteration new 60ee72f6d3b Change varobj_iter::next to return unique_ptr new 7446266408f Change varobj_dynamic::saved_item to unique_ptr new 24fd95b4cd4 Change varobj_dynamic::child_iter to unique_ptr new 11106495078 Change varobj_item::value to a value_ref_ptr new 446d2c032d3 Remove varobj_clear_saved_item new 1345dee2805 Use gdbpy_ref in instantiate_pretty_printer new 07d9937a201 install_variable cannot fail
The 11 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gdb/ChangeLog | 90 ++++++++++++++ gdb/mi/mi-cmd-var.c | 26 ++--- gdb/python/py-varobj.c | 87 ++++++-------- gdb/python/python-internal.h | 4 +- gdb/varobj-iter.h | 43 +------ gdb/varobj.c | 273 ++++++++++++------------------------------- gdb/varobj.h | 3 +- 7 files changed, 212 insertions(+), 314 deletions(-)