public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Simon Farre <simon.farre.cx@gmail.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [PATCH v3] [gdb/infcmd]: Add next-expression command
Date: Fri, 26 May 2023 12:53:29 +0300	[thread overview]
Message-ID: <83a5xrl8py.fsf@gnu.org> (raw)
In-Reply-To: <20230524175246.232007-1-simon.farre.cx@gmail.com> (message from Simon Farre via Gdb-patches on Wed, 24 May 2023 19:52:46 +0200)

> Cc: Simon Farre <simon.farre.cx@gmail.com>
> Date: Wed, 24 May 2023 19:52:46 +0200
> From: Simon Farre via Gdb-patches <gdb-patches@sourceware.org>
> 
> ---
>  gdb/NEWS                                      |   7 +
>  gdb/buildsym-legacy.c                         |   4 +-
>  gdb/buildsym-legacy.h                         |   2 +-
>  gdb/buildsym.c                                |   3 +-
>  gdb/buildsym.h                                |   4 +-
>  gdb/coffread.c                                |   4 +-
>  gdb/dbxread.c                                 |   6 +-
>  gdb/doc/gdb.texinfo                           |  33 +-
>  gdb/doc/python.texi                           |   6 +
>  gdb/dwarf2/read.c                             |  32 +-
>  gdb/gdbthread.h                               |   3 +
>  gdb/infcmd.c                                  | 327 ++++++++++++++++--
>  gdb/infrun.c                                  |   6 +-
>  gdb/linespec.c                                |   4 +-
>  gdb/linespec.h                                |   2 +-
>  gdb/mdebugread.c                              |   2 +-
>  gdb/python/py-symtab.c                        |  29 +-
>  gdb/stack.c                                   |  22 ++
>  gdb/symmisc.c                                 |   4 +-
>  gdb/symtab.c                                  |   1 +
>  gdb/symtab.h                                  |  22 ++
>  gdb/testsuite/gdb.base/annota1.exp            |   4 +-
>  gdb/testsuite/gdb.base/annota3.exp            |   6 +-
>  gdb/testsuite/gdb.base/dlmopen.exp            |   2 +-
>  .../gdb.base/empty-host-env-vars.exp          |   1 +
>  gdb/testsuite/gdb.base/gcore.exp              |   1 +
>  gdb/testsuite/gdb.base/maint.exp              |  11 +-
>  gdb/testsuite/gdb.base/next-expression.c      | 113 ++++++
>  gdb/testsuite/gdb.base/next-expression.exp    | 267 ++++++++++++++
>  gdb/testsuite/gdb.cp/annota3.exp              |   2 +-
>  .../dw2-out-of-range-end-of-seq.exp           |   4 +-
>  gdb/testsuite/gdb.dwarf2/dw2-ranges-base.exp  |   6 +-
>  gdb/testsuite/gdb.mi/mi-async.exp             |   2 +-
>  .../process-dies-while-handling-bp.exp        |   2 +-
>  gdb/testsuite/lib/gdb-utils.exp               |   2 +
>  gdb/testsuite/lib/gdb.exp                     |   2 +-
>  36 files changed, 862 insertions(+), 86 deletions(-)
>  create mode 100644 gdb/testsuite/gdb.base/next-expression.c
>  create mode 100644 gdb/testsuite/gdb.base/next-expression.exp

Thanks, the documentation parts of this are OK.

Reviewed-By: Eli Zaretskii <eliz@gnu.org>

  reply	other threads:[~2023-05-26  9:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-24 17:52 Simon Farre
2023-05-26  9:53 ` Eli Zaretskii [this message]
2023-08-15 16:02 ` Guinevere Larsen

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=83a5xrl8py.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=gdb-patches@sourceware.org \
    --cc=simon.farre.cx@gmail.com \
    /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).