public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Tom Tromey <tromey@adacore.com>
To: gdb-patches@sourceware.org
Subject: [PATCH 0/2] Two more small DAP / Python fixes
Date: Thu, 05 Oct 2023 07:34:45 -0600	[thread overview]
Message-ID: <20231005-two-dap-fixes-v1-0-729c66007217@adacore.com> (raw)

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>


             reply	other threads:[~2023-10-05 13:34 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-05 13:34 Tom Tromey [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231005-two-dap-fixes-v1-0-729c66007217@adacore.com \
    --to=tromey@adacore.com \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).