aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2023-12-12 09:30:41 -0700
committerTom Tromey <tromey@adacore.com>2023-12-22 09:57:48 -0700
commitdfc4bd461b46d62f9eea3adda571da01cb3d6605 (patch)
treead57c396d3f0c3006744bd17023d88f5f67bbc90 /gdb/NEWS
parent2a89c9508eac42395ff622492b2653e1b833cb9a (diff)
downloadbinutils-dfc4bd461b46d62f9eea3adda571da01cb3d6605.zip
binutils-dfc4bd461b46d62f9eea3adda571da01cb3d6605.tar.gz
binutils-dfc4bd461b46d62f9eea3adda571da01cb3d6605.tar.bz2
Add DAP log level parameter
This adds a new parameter to control the DAP logging level. By default, "expected" exceptions are not logged, but the parameter lets the user change this when more logging is desired. This also changes a couple of spots to avoid logging the stack trace for a DAPException. This patch also documents the existing DAP logging parameter. I forgot to document this before. Reviewed-By: Eli Zaretskii <eliz@gnu.org> Reviewed-By: Kévin Le Gouguec <legouguec@adacore.com>
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 3c17d09..4358494 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -90,6 +90,11 @@ show remote thread-options-packet
** The "attach" request now supports specifying the program.
+ ** New command "set debug dap-log-level" controls DAP logging.
+
+ ** The "set debug dap-log-file" command is now documented. This
+ command was available in GDB 14 but not documented.
+
* New remote packets
New stop reason: clone