public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Tom Tromey <tromey@adacore.com>
To: gdb-patches@sourceware.org
Subject: [PATCH 0/7] More changes to DAP
Date: Mon, 12 Jun 2023 13:36:27 -0600	[thread overview]
Message-ID: <20230612-more-dap-v1-0-ad868f1a4cc0@adacore.com> (raw)

This series fixes some DAP bugs and adds a few new features.

After this series, I think the main missing DAP feature is "data
breakpoints" (aka watchpoints).  I somewhat started work on these, but
haven't finished it.

Tested on x86-64 Fedora 36.

---
Tom Tromey (7):
      Fix type of DAP hitCondition
      Reuse breakpoints more frequently in DAP
      Handle exceptions when creating DAP breakpoints
      Implement type checking for DAP breakpoint requests
      Handle supportsVariablePaging in DAP
      Implement DAP logging breakpoints
      Implement DAP "hover" context

 gdb/python/lib/gdb/dap/breakpoint.py      | 275 +++++++++++++++++++++---------
 gdb/python/lib/gdb/dap/evaluate.py        |  20 ++-
 gdb/target.c                              |  12 +-
 gdb/testsuite/gdb.dap/catch-exception.exp |  24 ++-
 gdb/testsuite/gdb.dap/cond-bp.exp         |  21 ++-
 gdb/testsuite/gdb.dap/hover.c             |  30 ++++
 gdb/testsuite/gdb.dap/hover.exp           |  70 ++++++++
 gdb/testsuite/gdb.dap/log-message.c       |  31 ++++
 gdb/testsuite/gdb.dap/log-message.exp     |  51 ++++++
 gdb/testsuite/gdb.dap/scopes.exp          |  24 ++-
 gdb/testsuite/lib/dap-support.exp         |   3 +-
 11 files changed, 456 insertions(+), 105 deletions(-)
---
base-commit: 2e3aff27623b20b08ac58f8eaf73e97e58b4e67c
change-id: 20230612-more-dap-44e37ba18597

Best regards,
-- 
Tom Tromey <tromey@adacore.com>


             reply	other threads:[~2023-06-12 19:36 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-12 19:36 Tom Tromey [this message]
2023-06-12 19:36 ` [PATCH 1/7] Fix type of DAP hitCondition Tom Tromey
2023-06-12 19:36 ` [PATCH 2/7] Reuse breakpoints more frequently in DAP Tom Tromey
2023-06-12 19:36 ` [PATCH 3/7] Handle exceptions when creating DAP breakpoints Tom Tromey
2023-06-12 19:36 ` [PATCH 4/7] Implement type checking for DAP breakpoint requests Tom Tromey
2023-06-12 19:36 ` [PATCH 5/7] Handle supportsVariablePaging in DAP Tom Tromey
2023-06-12 19:36 ` [PATCH 6/7] Implement DAP logging breakpoints Tom Tromey
2023-06-12 19:36 ` [PATCH 7/7] Implement DAP "hover" context Tom Tromey
2023-06-22 15:46 ` [PATCH 0/7] More changes to DAP Tom Tromey

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=20230612-more-dap-v1-0-ad868f1a4cc0@adacore.com \
    --to=tromey@adacore.com \
    --cc=gdb-patches@sourceware.org \
    /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).