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 dcfde4f8c73 gdb: int to bool conversion in find_memory_regions API new e576e948da2 Remove two unused includes new 29c3f00511b Don't rely on deduction in run-on-main-thread.c new 2caf7b16891 Introduce gdbsupport/cxx-thread.h and use it
The 3 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/complaints.c | 16 +-- gdb/dwarf2/cooked-index-worker.c | 17 +-- gdb/dwarf2/cooked-index-worker.h | 17 +-- gdb/dwarf2/read.c | 37 ++---- gdb/dwarf2/read.h | 8 +- gdb/gdb_bfd.c | 47 ++------ gdb/minsyms.c | 37 ++---- gdb/run-on-main-thread.c | 38 ++---- gdbsupport/cxx-thread.h | 243 +++++++++++++++++++++++++++++++++++++++ gdbsupport/thread-pool.h | 91 +-------------- 10 files changed, 297 insertions(+), 254 deletions(-) create mode 100644 gdbsupport/cxx-thread.h