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 f6223dbb50 make_cleanup_restore_current_thread: Look up thread earlier new 5ed8105e02 RAII-fy make_cleanup_restore_current_thread & friends
The 1 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 | 83 +++++++ gdb/Makefile.in | 3 + gdb/breakpoint.c | 97 +++------ gdb/exec.c | 15 +- gdb/gdbthread.h | 22 +- gdb/infcmd.c | 31 +-- gdb/inferior.c | 29 +-- gdb/inferior.h | 23 +- gdb/infrun.c | 65 +++--- gdb/linespec.c | 6 +- gdb/mi/mi-main.c | 12 +- gdb/proc-service.c | 18 +- gdb/{gdb_usleep.c => progspace-and-thread.c} | 40 ++-- .../jit-protocol.h => progspace-and-thread.h} | 44 ++-- gdb/progspace.c | 80 +------ gdb/progspace.h | 32 ++- gdb/remote.c | 5 +- gdb/symtab.c | 12 +- gdb/thread.c | 241 +++++++++------------ gdb/tracepoint.c | 6 +- gdb/varobj.c | 5 +- 21 files changed, 407 insertions(+), 462 deletions(-) copy gdb/{gdb_usleep.c => progspace-and-thread.c} (59%) copy gdb/{testsuite/gdb.base/jit-protocol.h => progspace-and-thread.h} (52%)