public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug dap/30691] New: Implement "source" request
@ 2023-07-27 17:09 tromey at sourceware dot org
  2023-07-27 20:27 ` [Bug dap/30691] " tromey at sourceware dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: tromey at sourceware dot org @ 2023-07-27 17:09 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=30691

            Bug ID: 30691
           Summary: Implement "source" request
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: dap
          Assignee: unassigned at sourceware dot org
          Reporter: tromey at sourceware dot org
  Target Milestone: ---

The DAP "source" request tells gdb to send the text of a source file.
This would be handy for the scenario where an IDE launches gdb
on some remote machine.

To implement this, we'd need to fix up a couple of spots
that specify "sourceReference": 0, and also at least one
spot (loadedSources request) that doesn't specify this at all.

We'd probably also need a Python API to something like find_and_open_source.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

end of thread, other threads:[~2023-08-01 19:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-27 17:09 [Bug dap/30691] New: Implement "source" request tromey at sourceware dot org
2023-07-27 20:27 ` [Bug dap/30691] " tromey at sourceware dot org
2023-07-28 17:11 ` tromey at sourceware dot org
2023-07-28 17:11 ` tromey at sourceware dot org
2023-08-01 19:15 ` cvs-commit at gcc dot gnu.org
2023-08-01 19:16 ` tromey at sourceware dot org

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