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 a1371f3288f testsuite, trace: add guards if In-Process Agent library is [...] new 96917d0541d gdbsupport/intrusive-list: sprinkle noexcept new d8ea57169cf gdbsupport/intrusive-list: make insert return an iterator new 8b8f98ad2ba gdbsupport/intrusive-list: add owning_intrusive_list new edb09798f2c gdb/solib: use owning_intrusive_list for solib list
The 4 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/progspace.h | 4 +- gdb/solib-aix.c | 14 +- gdb/solib-darwin.c | 13 +- gdb/solib-dsbt.c | 13 +- gdb/solib-frv.c | 14 +- gdb/solib-rocm.c | 20 +- gdb/solib-svr4.c | 43 +- gdb/solib-target.c | 15 +- gdb/solib.c | 23 +- gdb/solist.h | 4 +- gdb/unittests/intrusive_list-selftests.c | 987 ++++++++++++++++++++++++++++--- gdbsupport/intrusive_list.h | 105 ++-- gdbsupport/owning_intrusive_list.h | 168 ++++++ 13 files changed, 1213 insertions(+), 210 deletions(-) create mode 100644 gdbsupport/owning_intrusive_list.h