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 8de3a6e2af Speed up readelf and objdump by not looking for DWO links un [...] new 45dd3607e2 Remove a cleanup from gdbserver new 8ce47547b3 Remove make_cleanup_restore_current_thread from gdbserver new f6c2623eb8 Return unique_xmalloc_ptr from macro scope functions new 1739cf248f Class-ify macro_buffer new 0354904bda Use std::string in maybe_expand new 84f27c6fcb Remove cleanups from macro_define_command new a9abc43451 Use gdb::def_vector in find_source_lines new 58ef3771fb Use unique_xmalloc_ptr in build_id_to_debug_bfd new 9a897d43f0 Remove cleanups from solib.c
The 9 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 | 62 ++++++ gdb/build-id.c | 9 +- gdb/c-exp.y | 24 +-- gdb/compile/compile-c-support.c | 2 +- gdb/gdbserver/ChangeLog | 14 ++ gdb/gdbserver/gdbthread.h | 3 - gdb/gdbserver/inferiors.c | 12 -- gdb/gdbserver/linux-low.c | 6 +- gdb/gdbserver/mem-break.c | 11 +- gdb/macrocmd.c | 80 +++----- gdb/macroexp.c | 430 ++++++++++++++++------------------------ gdb/macroexp.h | 12 +- gdb/macroscope.c | 15 +- gdb/macroscope.h | 15 +- gdb/solib.c | 14 +- gdb/source.c | 20 +- gdb/symtab.c | 9 +- 17 files changed, 340 insertions(+), 398 deletions(-)