]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Add link to Debugger Adapter Protocol node in documentation
authorTom Tromey <tromey@adacore.com>
Thu, 30 Nov 2023 19:27:04 +0000 (12:27 -0700)
committerTom Tromey <tromey@adacore.com>
Fri, 1 Dec 2023 15:49:54 +0000 (08:49 -0700)
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>
gdb/doc/gdb.texinfo

index e4c00143fd1791c297d9cda350b0af35013649aa..15fa158a316dc5cce99f39c03ed984353ad46862 100644 (file)
@@ -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.