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

v2 includes test cases for the breakpoint and source location changes as
well as the change proposed by Tom Tromey to enforce **args parameter.

Gregory Anders (4):
  gdb/dap: check for breakpoint source before unpacking
  gdb/dap: ignore unused keyword args in step_out
  gdb/dap: use breakpoint fullname to resolve source
  gdb/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/server.py     |  7 +++++++
 gdb/python/lib/gdb/dap/sources.py    | 16 +++++++++++-----
 gdb/testsuite/gdb.dap/bt-nodebug.exp |  7 +++++++
 gdb/testsuite/gdb.dap/sources.exp    |  9 +++++----
 6 files changed, 46 insertions(+), 21 deletions(-)

-- 
2.42.0


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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-01 21:02 [PATCH v2 0/4] DAP fixups Gregory Anders
2023-09-01 21:02 ` [PATCH v2 1/4] gdb/dap: check for breakpoint source before unpacking Gregory Anders
2023-09-01 21:02 ` [PATCH v2 2/4] gdb/dap: ignore unused keyword args in step_out Gregory Anders
2023-09-01 21:02 ` [PATCH v2 3/4] gdb/dap: use breakpoint fullname to resolve source Gregory Anders
2023-09-01 21:02 ` [PATCH v2 4/4] gdb/dap: only include sourceReference if file path does not exist Gregory Anders
2023-09-20 17:40 ` [PATCH v2 0/4] DAP fixups 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).