aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2021-08-30 13:58:48 -0600
committerTom Tromey <tromey@adacore.com>2021-12-02 08:58:22 -0700
commit8a18382f94515b4be7e51dbe3865d202403d21d5 (patch)
treec3621e18b8693281e0b45d5a1db988bd103f0947 /gdb/NEWS
parent36cb9e7e17cae5e05f007f37e555873c4f22594a (diff)
downloadgdb-8a18382f94515b4be7e51dbe3865d202403d21d5.zip
gdb-8a18382f94515b4be7e51dbe3865d202403d21d5.tar.gz
gdb-8a18382f94515b4be7e51dbe3865d202403d21d5.tar.bz2
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.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index eeca1d3..b0a3a08 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -24,6 +24,9 @@ show varsize-limit
These are now deprecated aliases for "set max-value-size" and
"show max-value-size".
+watch [...] task ID
+ Watchpoints can now be restricted to a specific Ada task.
+
maint set internal-error backtrace on|off
maint show internal-error backtrace
maint set internal-warning backtrace on|off