]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/NEWS
Implement 'task apply'
authorTom Tromey <tromey@adacore.com>
Mon, 30 Aug 2021 12:24:12 +0000 (06:24 -0600)
committerTom Tromey <tromey@adacore.com>
Thu, 2 Dec 2021 15:58:22 +0000 (08:58 -0700)
commitbc75fb44c5693114b3dc654a2e4b39c9b5a9ca26
tree88521df79005aa37964020587b7c288f432fc1ef
parent8a18382f94515b4be7e51dbe3865d202403d21d5
Implement 'task apply'

This adds a 'task apply' command, which is the Ada tasking analogue of
'thread apply'.  Unlike 'thread apply', it doesn't offer the
'ascending' flag; but otherwise it's essentially the same.
gdb/NEWS
gdb/ada-tasks.c
gdb/doc/gdb.texinfo
gdb/gdbthread.h
gdb/testsuite/gdb.ada/rdv_wait.exp
gdb/thread.c