public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Tom Tromey <tromey@adacore.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [PATCH 2/2] Add "args" and "env" parameters to DAP launch request
Date: Tue, 09 May 2023 19:10:50 +0300	[thread overview]
Message-ID: <83zg6da3jp.fsf@gnu.org> (raw)
In-Reply-To: <20230509-dap-args-v1-2-16b5f0aa5cd6@adacore.com> (message from Tom Tromey via Gdb-patches on Tue, 09 May 2023 10:02:00 -0600)

> Date: Tue, 09 May 2023 10:02:00 -0600
> From: Tom Tromey via Gdb-patches <gdb-patches@sourceware.org>
> 
> This patch augments the DAP launch request with some optional new
> parameters that let the client control the command-line arguments and
> the environment of the inferior.
> ---
>  gdb/doc/gdb.texinfo                | 13 +++++-
>  gdb/python/lib/gdb/dap/launch.py   | 20 ++++++++-
>  gdb/testsuite/gdb.dap/args-env.c   | 28 ++++++++++++
>  gdb/testsuite/gdb.dap/args-env.exp | 90 ++++++++++++++++++++++++++++++++++++++
>  gdb/testsuite/lib/dap-support.exp  | 39 +++++++++++++----
>  5 files changed, 178 insertions(+), 12 deletions(-)

Thanks.

> +@item env
> +If provided, this should be an object where each value is a string.

This doesn't say what should those string values be.  Shouldn't they
be of the format "@var{variable}=@var{value}"?

> +The environment of the inferior will be set to exactly as passed in,
> +as if by a sequence of invocations of @code{set environment} and
> +@code{unset environment}.  @xref{Environment}.

This could potentially confuse: if this is equivalent to "set
environment", then the variables are _added_ to the one inherited from
the parent process, no?  Also, when would this be equivalent to "unset
environment"?

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

  reply	other threads:[~2023-05-09 16:09 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-09 16:01 [PATCH 0/2] Add more DAP launch parameters Tom Tromey
2023-05-09 16:01 ` [PATCH 1/2] Add attributes and methods to gdb.Inferior Tom Tromey
2023-05-09 16:15   ` Eli Zaretskii
2023-05-17 15:45     ` Tom Tromey
2023-05-10 10:17   ` Andrew Burgess
2023-05-17 15:32     ` Tom Tromey
2023-05-09 16:02 ` [PATCH 2/2] Add "args" and "env" parameters to DAP launch request Tom Tromey
2023-05-09 16:10   ` Eli Zaretskii [this message]
2023-05-16 19:06     ` Tom Tromey
2023-05-16 19:10       ` Eli Zaretskii
2023-05-16 19:20         ` Eli Zaretskii
2023-05-10 12:39   ` Andrew Burgess

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=83zg6da3jp.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=gdb-patches@sourceware.org \
    --cc=tromey@adacore.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).