[PATCH 0/4] Fix two varobj bugs

Keith Seitz keiths@redhat.com
Fri Sep 1 17:34:04 GMT 2023


On 9/1/23 07:47, Tom Tromey via Gdb-patches wrote:
> This series fixes a couple of small varobj bugs, and includes a couple
> small cleanups as well.
> 
> Regression tested on x86-64 Fedora 36.

I've looked over this series, and I don't see any issues.

Reviewed-by: Keith Seitz <keiths@redhat.com>

Keith

> ---
> 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,



More information about the Gdb-patches mailing list