public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Fix two varobj bugs
@ 2023-09-01 14:47 Tom Tromey
  2023-09-01 14:47 ` [PATCH 1/4] Allow pretty-printer 'children' method to return strings Tom Tromey
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Tom Tromey @ 2023-09-01 14:47 UTC (permalink / raw)
  To: gdb-patches

This series fixes a couple of small varobj bugs, and includes a couple
small cleanups as well.

Regression tested on x86-64 Fedora 36.

---
Tom Tromey (4):
      Allow pretty-printer 'children' method to return strings
      Remove dead code from varobj_set_display_format
      Remove variable_default_display
      Fix bug in -var-evaluate-expression

 gdb/testsuite/gdb.python/py-varobj.c   | 28 ++++++++++++++++
 gdb/testsuite/gdb.python/py-varobj.exp | 61 ++++++++++++++++++++++++++++++++++
 gdb/testsuite/gdb.python/py-varobj.py  | 37 +++++++++++++++++++++
 gdb/varobj.c                           | 39 ++++++++--------------
 4 files changed, 140 insertions(+), 25 deletions(-)
---
base-commit: b47a4f92de5c12ac8bdac57b0413e3e05d411832
change-id: 20230901-varobj-fixes-9926a7876ec6

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


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

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-01 14:47 [PATCH 0/4] Fix two varobj bugs Tom Tromey
2023-09-01 14:47 ` [PATCH 1/4] Allow pretty-printer 'children' method to return strings Tom Tromey
2023-09-01 14:47 ` [PATCH 2/4] Remove dead code from varobj_set_display_format Tom Tromey
2023-09-01 14:47 ` [PATCH 3/4] Remove variable_default_display Tom Tromey
2023-09-01 14:47 ` [PATCH 4/4] Fix bug in -var-evaluate-expression Tom Tromey
2023-09-01 17:34 ` [PATCH 0/4] Fix two varobj bugs Keith Seitz
2023-09-07 19:40   ` 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).