public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/7] More changes to DAP
@ 2023-06-12 19:36 Tom Tromey
  2023-06-12 19:36 ` [PATCH 1/7] Fix type of DAP hitCondition Tom Tromey
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Tom Tromey @ 2023-06-12 19:36 UTC (permalink / raw)
  To: gdb-patches

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>


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

end of thread, other threads:[~2023-06-22 15:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-12 19:36 [PATCH 0/7] More changes to DAP Tom Tromey
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

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).