aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2023-11-30 12:27:04 -0700
committerTom Tromey <tromey@adacore.com>2023-12-01 08:49:54 -0700
commitf644dde103cc34ce5fca7ec1d754877ec5d3b5c8 (patch)
tree383f3cff08309b9294bd980e572493dc9e9cee9b /gdb
parent37d6ee9350c68c1f9688eeb030e3585b548fec81 (diff)
downloadgdb-f644dde103cc34ce5fca7ec1d754877ec5d3b5c8.zip
gdb-f644dde103cc34ce5fca7ec1d754877ec5d3b5c8.tar.gz
gdb-f644dde103cc34ce5fca7ec1d754877ec5d3b5c8.tar.bz2
Add link to Debugger Adapter Protocol node in documentation
I noticed that the interpreters node in the docs links to the DAP protocol docs, but I thought the DAP node ought to as well. This patch adds a bit of introductory text there. Approved-By: Eli Zaretskii <eliz@gnu.org>
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/gdb.texinfo4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index e4c0014..15fa158 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -39487,6 +39487,10 @@ depend on the language).
@node Debugger Adapter Protocol
@chapter Debugger Adapter Protocol
+The Debugger Adapter Protocol is a generic API that is used by some
+IDEs to communicate with debuggers. It is documented at
+@url{https://microsoft.github.io/debug-adapter-protocol/}.
+
Generally, @value{GDBN} implements the Debugger Adapter Protocol as
written. However, in some cases, extensions are either needed or even
expected.