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 36cb9e7e17c aarch64: Update gas/NEWS for recent changes new 8a18382f945 Add "task" keyword to the "watch" command new bc75fb44c56 Implement 'task apply'
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/NEWS | 6 + gdb/ada-tasks.c | 204 ++++++++++++++++++++- gdb/breakpoint.c | 12 ++ gdb/doc/gdb.texinfo | 40 +++- gdb/gdbthread.h | 17 ++ gdb/testsuite/gdb.ada/rdv_wait.exp | 5 + gdb/testsuite/gdb.ada/task_watch.exp | 83 +++++++++ .../gdb.ada/{tasks => task_watch}/foo.adb | 4 +- gdb/thread.c | 31 ++-- 9 files changed, 382 insertions(+), 20 deletions(-) create mode 100644 gdb/testsuite/gdb.ada/task_watch.exp copy gdb/testsuite/gdb.ada/{tasks => task_watch}/foo.adb (97%)