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 0ee0f92 Automatic date update in version.in new 4034d0f Emit inferior, thread and frame selection events to all UIs new 9c36d95 Add test for user context selection sync
The 2 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 | 58 + gdb/NEWS | 4 + gdb/cli/cli-decode.c | 32 +- gdb/cli/cli-decode.h | 6 + gdb/cli/cli-interp.c | 38 + gdb/command.h | 16 + gdb/defs.h | 16 + gdb/doc/ChangeLog | 11 + gdb/doc/gdb.texinfo | 33 +- gdb/doc/observer.texi | 4 + gdb/frame.h | 8 + gdb/gdbthread.h | 4 + gdb/inferior.c | 40 +- gdb/inferior.h | 3 + gdb/mi/mi-cmds.c | 6 +- gdb/mi/mi-interp.c | 61 + gdb/mi/mi-main.c | 77 +- gdb/mi/mi-main.h | 2 + gdb/stack.c | 42 +- gdb/testsuite/ChangeLog | 14 + gdb/testsuite/gdb.mi/mi-pthreads.exp | 4 +- ...ds-interrupt.c => user-selected-context-sync.c} | 36 +- .../gdb.mi/user-selected-context-sync.exp | 1285 ++++++++++++++++++++ gdb/thread.c | 86 +- gdb/tui/tui-interp.c | 33 + 25 files changed, 1814 insertions(+), 105 deletions(-) copy gdb/testsuite/gdb.mi/{mi-threads-interrupt.c => user-selected-context-sync.c} (73%) create mode 100644 gdb/testsuite/gdb.mi/user-selected-context-sync.exp