diff options
author | Tom Tromey <tromey@adacore.com> | 2021-08-30 13:58:48 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2021-12-02 08:58:22 -0700 |
commit | 8a18382f94515b4be7e51dbe3865d202403d21d5 (patch) | |
tree | c3621e18b8693281e0b45d5a1db988bd103f0947 /gdb/NEWS | |
parent | 36cb9e7e17cae5e05f007f37e555873c4f22594a (diff) | |
download | gdb-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |