[PATCH v5] [PR mi/29554] New PRINT-VALUES option '--scalar-values'.

Eli Zaretskii eliz@gnu.org
Thu Oct 20 18:00:24 GMT 2022


> Date: Thu, 20 Oct 2022 18:47:02 +0100
> From: Gareth Rees via Gdb-patches <gdb-patches@sourceware.org>
> 
> Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=29554
> ---
>  gdb/NEWS                                      |  9 +++
>  gdb/doc/gdb.texinfo                           | 59 ++++++++++-------
>  gdb/extension.h                               |  3 +
>  gdb/mi/mi-cmd-stack.c                         | 16 ++---
>  gdb/mi/mi-cmd-var.c                           | 45 ++++++++++---
>  gdb/mi/mi-cmds.h                              | 17 ++++-
>  gdb/mi/mi-main.c                              | 35 ++++-------
>  gdb/mi/mi-parse.c                             |  8 ++-
>  gdb/python/py-framefilter.c                   | 40 ++++++------
>  gdb/testsuite/gdb.mi/mi-stack.exp             | 37 ++++++++++-
>  gdb/testsuite/gdb.mi/print-values.cc          | 63 +++++++++++++++++++
>  gdb/testsuite/gdb.mi/print-values.exp         | 53 ++++++++++++++++
>  .../gdb.python/py-framefilter-mi.exp          | 28 +++++++++
>  13 files changed, 323 insertions(+), 90 deletions(-)
>  create mode 100644 gdb/testsuite/gdb.mi/print-values.cc
>  create mode 100644 gdb/testsuite/gdb.mi/print-values.exp

Thanks, the documentation parts are OK.


More information about the Gdb-patches mailing list