public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Two more small DAP / Python fixes
@ 2023-10-05 13:34 Tom Tromey
  2023-10-05 13:34 ` [PATCH 1/2] Fix register-setting response from DAP Tom Tromey
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Tom Tromey @ 2023-10-05 13:34 UTC (permalink / raw)
  To: gdb-patches

This series fixes a couple of bugs that a co-worker noticed in the DAP
code.  The fixes themselves are partly in the Python code, and partly
in DAP.

---
Tom Tromey (2):
      Fix register-setting response from DAP
      Handle gdb.LazyString in DAP

 gdb/NEWS                              |  2 +
 gdb/python/lib/gdb/dap/varref.py      |  2 +-
 gdb/python/py-lazy-string.c           | 28 +++++++++++-
 gdb/python/py-value.c                 |  8 +++-
 gdb/testsuite/gdb.dap/lazy-string.c   | 23 ++++++++++
 gdb/testsuite/gdb.dap/lazy-string.exp | 80 +++++++++++++++++++++++++++++++++++
 gdb/testsuite/gdb.dap/lazy-string.py  | 37 ++++++++++++++++
 gdb/testsuite/gdb.dap/scopes.exp      | 25 +++++++++--
 8 files changed, 199 insertions(+), 6 deletions(-)
---
base-commit: 99b06f8a80cf81f34c5f9b3f8c0e69246f792317
change-id: 20231005-two-dap-fixes-ab1f9fdcf9bc

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


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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-05 13:34 [PATCH 0/2] Two more small DAP / Python fixes Tom Tromey
2023-10-05 13:34 ` [PATCH 1/2] Fix register-setting response from DAP Tom Tromey
2023-10-05 13:34 ` [PATCH 2/2] Handle gdb.LazyString in DAP Tom Tromey
2023-10-05 16:14   ` Eli Zaretskii
2023-10-16 15:19 ` [PATCH 0/2] Two more small DAP / Python fixes 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).