Add "task" keyword to the "watch" command
authorTom Tromey <tromey@adacore.com>
Mon, 30 Aug 2021 19:58:48 +0000 (13:58 -0600)
committerTom Tromey <tromey@adacore.com>
Thu, 2 Dec 2021 15:58:22 +0000 (08:58 -0700)
commit8a18382f94515b4be7e51dbe3865d202403d21d5
treec3621e18b8693281e0b45d5a1db988bd103f0947
parent36cb9e7e17cae5e05f007f37e555873c4f22594a
Add "task" keyword to the "watch" command

Breakpoints in gdb can be made specific to an Ada task using the
"task" qualifier.  This patch applies this same idea to watchpoints.
gdb/NEWS
gdb/breakpoint.c
gdb/doc/gdb.texinfo
gdb/testsuite/gdb.ada/task_watch.exp [new file with mode: 0644]
gdb/testsuite/gdb.ada/task_watch/foo.adb [new file with mode: 0644]