public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Add link to Debugger Adapter Protocol node in documentation
@ 2023-11-30 19:28 Tom Tromey
  2023-11-30 19:32 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Tromey @ 2023-11-30 19:28 UTC (permalink / raw)
  To: gdb-patches; +Cc: Tom Tromey

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.
---
 gdb/doc/gdb.texinfo | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index e4c00143fd1..15fa158a316 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.
-- 
2.41.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Add link to Debugger Adapter Protocol node in documentation
  2023-11-30 19:28 [PATCH] Add link to Debugger Adapter Protocol node in documentation Tom Tromey
@ 2023-11-30 19:32 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2023-11-30 19:32 UTC (permalink / raw)
  To: Tom Tromey; +Cc: gdb-patches

> From: Tom Tromey <tromey@adacore.com>
> Cc: Tom Tromey <tromey@adacore.com>
> Date: Thu, 30 Nov 2023 12:28:40 -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.

Thanks, this is okay.

Approved-By: Eli Zaretskii <eliz@gnu.org>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-30 19:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-30 19:28 [PATCH] Add link to Debugger Adapter Protocol node in documentation Tom Tromey
2023-11-30 19:32 ` Eli Zaretskii

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).