public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Implement DAP "source" request
@ 2023-07-28 17:09 Tom Tromey
  2023-07-28 17:09 ` [PATCH 1/3] Introduce sourceReference handling in DAP Tom Tromey
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Tom Tromey @ 2023-07-28 17:09 UTC (permalink / raw)
  To: gdb-patches

This series refactors some source / sourceReference handling in the
DAP implementation and then implements the "source" request.

---
Tom Tromey (3):
      Introduce sourceReference handling in DAP
      Handle Source in DAP breakpointLocations
      Implement DAP "source" request

 gdb/python/lib/gdb/dap/breakpoint.py | 10 ++---
 gdb/python/lib/gdb/dap/bt.py         |  9 +---
 gdb/python/lib/gdb/dap/locations.py  | 12 ++----
 gdb/python/lib/gdb/dap/sources.py    | 82 +++++++++++++++++++++++++++++++++---
 gdb/testsuite/gdb.dap/basic-dap.exp  |  3 --
 gdb/testsuite/gdb.dap/sources.c      | 22 ++++++++++
 gdb/testsuite/gdb.dap/sources.exp    | 52 +++++++++++++++++++++++
 7 files changed, 158 insertions(+), 32 deletions(-)
---
base-commit: 249d4715e41061b6bd2d26df20ae274e6478f972
change-id: 20230728-dap-source-refs-e07c9993c6dd

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


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

end of thread, other threads:[~2023-07-28 17:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-28 17:09 [PATCH 0/3] Implement DAP "source" request Tom Tromey
2023-07-28 17:09 ` [PATCH 1/3] Introduce sourceReference handling in DAP Tom Tromey
2023-07-28 17:09 ` [PATCH 2/3] Handle Source in DAP breakpointLocations Tom Tromey
2023-07-28 17:09 ` [PATCH 3/3] Implement DAP "source" request 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).