public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Tom Tromey <tromey@adacore.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [PATCH] Initial implementation of Debugger Adapter Protocol
Date: Thu, 01 Sep 2022 19:38:04 +0300	[thread overview]
Message-ID: <83ler3qccz.fsf@gnu.org> (raw)
In-Reply-To: <20220901163059.3678708-1-tromey@adacore.com> (message from Tom Tromey via Gdb-patches on Thu, 1 Sep 2022 10:30:59 -0600)

> Date: Thu,  1 Sep 2022 10:30:59 -0600
> From: Tom Tromey via Gdb-patches <gdb-patches@sourceware.org>
> Cc: Tom Tromey <tromey@adacore.com>
> 
> There is also a bit of documentation -- just documenting the new
> interpreter name.
> ---
>  gdb/Makefile.in                      |   1 +
>  gdb/NEWS                             |   4 +
>  gdb/data-directory/Makefile.in       |  15 ++
>  gdb/doc/gdb.texinfo                  |   9 +
>  gdb/python/lib/gdb/dap/__init__.py   |  66 ++++++
>  gdb/python/lib/gdb/dap/breakpoint.py |  86 +++++++
>  gdb/python/lib/gdb/dap/bt.py         |  93 ++++++++
>  gdb/python/lib/gdb/dap/evaluate.py   |  42 ++++
>  gdb/python/lib/gdb/dap/events.py     | 165 +++++++++++++
>  gdb/python/lib/gdb/dap/frames.py     |  57 +++++
>  gdb/python/lib/gdb/dap/io.py         |  67 ++++++
>  gdb/python/lib/gdb/dap/launch.py     |  39 +++
>  gdb/python/lib/gdb/dap/next.py       |  51 ++++
>  gdb/python/lib/gdb/dap/pause.py      |  23 ++
>  gdb/python/lib/gdb/dap/scopes.py     |  65 +++++
>  gdb/python/lib/gdb/dap/server.py     | 205 ++++++++++++++++
>  gdb/python/lib/gdb/dap/startup.py    | 164 +++++++++++++
>  gdb/python/lib/gdb/dap/state.py      |  25 ++
>  gdb/python/lib/gdb/dap/threads.py    |  42 ++++
>  gdb/python/py-dap.c                  |  99 ++++++++
>  gdb/testsuite/gdb.dap/basic-dap.c    |  31 +++
>  gdb/testsuite/gdb.dap/basic-dap.exp  |  72 ++++++
>  gdb/testsuite/lib/dap-support.exp    | 342 +++++++++++++++++++++++++++
>  gdb/testsuite/lib/mi-support.exp     |   2 -
>  gdb/testsuite/lib/ton.tcl            | 303 ++++++++++++++++++++++++
>  25 files changed, 2066 insertions(+), 2 deletions(-)
>  create mode 100644 gdb/python/lib/gdb/dap/__init__.py
>  create mode 100644 gdb/python/lib/gdb/dap/breakpoint.py
>  create mode 100644 gdb/python/lib/gdb/dap/bt.py
>  create mode 100644 gdb/python/lib/gdb/dap/evaluate.py
>  create mode 100644 gdb/python/lib/gdb/dap/events.py
>  create mode 100644 gdb/python/lib/gdb/dap/frames.py
>  create mode 100644 gdb/python/lib/gdb/dap/io.py
>  create mode 100644 gdb/python/lib/gdb/dap/launch.py
>  create mode 100644 gdb/python/lib/gdb/dap/next.py
>  create mode 100644 gdb/python/lib/gdb/dap/pause.py
>  create mode 100644 gdb/python/lib/gdb/dap/scopes.py
>  create mode 100644 gdb/python/lib/gdb/dap/server.py
>  create mode 100644 gdb/python/lib/gdb/dap/startup.py
>  create mode 100644 gdb/python/lib/gdb/dap/state.py
>  create mode 100644 gdb/python/lib/gdb/dap/threads.py
>  create mode 100644 gdb/python/py-dap.c
>  create mode 100644 gdb/testsuite/gdb.dap/basic-dap.c
>  create mode 100644 gdb/testsuite/gdb.dap/basic-dap.exp
>  create mode 100644 gdb/testsuite/lib/dap-support.exp
>  create mode 100644 gdb/testsuite/lib/ton.tcl

The documentation parts are OK.  Thanks.

  reply	other threads:[~2022-09-01 16:37 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-01 16:30 Tom Tromey
2022-09-01 16:38 ` Eli Zaretskii [this message]
2022-09-12 19:54 ` Tom Tromey
2022-09-13  2:26   ` Eli Zaretskii
2022-10-06 14:27   ` Tom Tromey
2023-01-02 16:54     ` Tom Tromey
2023-01-03  8:04       ` Tom de Vries
2023-01-03 14:14         ` Tom Tromey
2023-01-04 11:59           ` Tom de Vries
2023-01-04 12:27             ` Tom de Vries
2023-01-05  9:49               ` [PATCH] [gdb/python] Avoid queue.SimpleQueue for python 3.6 Tom de Vries
2023-01-05 15:19                 ` Tom Tromey
2023-01-05 16:34                   ` Tom de Vries
2023-01-05 17:07                     ` Tom Tromey
2023-01-05 11:35 ` [PATCH] Initial implementation of Debugger Adapter Protocol Tom de Vries
2023-01-05 15:24   ` Tom Tromey
2023-01-05 16:17     ` Tom de Vries
2023-01-06 14:12       ` Tom de Vries

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83ler3qccz.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=gdb-patches@sourceware.org \
    --cc=tromey@adacore.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).