public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/4] DAP fixups
@ 2023-09-01 17:55 Gregory Anders
  2023-09-01 17:55 ` [PATCH 1/4] gdb/dap: check for breakpoint source before unpacking Gregory Anders
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Gregory Anders @ 2023-09-01 17:55 UTC (permalink / raw)
  To: gdb-patches; +Cc: Gregory Anders

This is my first contribution to GDB, so I appreciate your patience as I
navigate the contribution process :)

I've been experimenting with GDB's new DAP support and am so far very
happy. As an embedded developer, GDB is pretty much the only game in
town for remote target debugging, so the addition of DAP support was
very exciting.

Through the process of setting everything up between GDB and my DAP
client I ran into a couple of small issues. Some are downright bugs
(with easy fixes), and at least one is a question of semantics (the last
patch in the series).

Gregory Anders (4):
  dap: check for breakpoint source before unpacking
  dap: ignore unused keyword args in step_out
  dap: use breakpoint fullname to resolve source
  dap: only include sourceReference if file path does not exist

 gdb/python/lib/gdb/dap/breakpoint.py | 26 +++++++++++++++-----------
 gdb/python/lib/gdb/dap/next.py       |  2 +-
 gdb/python/lib/gdb/dap/sources.py    | 16 +++++++++++-----
 3 files changed, 27 insertions(+), 17 deletions(-)

-- 
2.42.0


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

end of thread, other threads:[~2023-09-05 14:12 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-01 17:55 [PATCH 0/4] DAP fixups Gregory Anders
2023-09-01 17:55 ` [PATCH 1/4] gdb/dap: check for breakpoint source before unpacking Gregory Anders
2023-09-01 19:05   ` Tom Tromey
2023-09-01 19:18     ` Gregory Anders
2023-09-01 17:55 ` [PATCH 2/4] gdb/dap: ignore unused keyword args in step_out Gregory Anders
2023-09-01 19:07   ` Tom Tromey
2023-09-05 14:12     ` Gregory Anders
2023-09-01 17:55 ` [PATCH 3/4] gdb/dap: use breakpoint fullname to resolve source Gregory Anders
2023-09-01 19:08   ` Tom Tromey
2023-09-05 14:08     ` Gregory Anders
2023-09-01 17:55 ` [PATCH 4/4] gdb/dap: only include sourceReference if file path does not exist Gregory Anders
2023-09-01 19:42   ` Tom Tromey
2023-09-01 21:42     ` Gregory Anders
2023-09-01 21:56       ` Gregory Anders

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