From: Vladimir Prus <vladimir@codesourcery.com>
To: gdb-patches@sourceware.org
Subject: Re: Make -exec-run and -exec-until into 'real' MI commands
Date: Wed, 13 Jan 2010 20:13:00 -0000 [thread overview]
Message-ID: <201001132313.24694.vladimir@codesourcery.com> (raw)
In-Reply-To: <20100113200953.GA3955@caradoc.them.org>
On Wednesday 13 January 2010 23:09:58 Daniel Jacobowitz wrote:
> On Wed, Jan 13, 2010 at 04:29:25PM +0300, Vladimir Prus wrote:
> >
> > At present, '-exec-run' and '-exec-until' are directly routed
> > to CLI, with very little MI intervention. I have tried to fix
> > that before, but there were backward compatibility concerns.
> >
> > While working on multiexec MI patches, I really needed to have
> > -exec-run handled in MI, so I've made another attempt, which
> > is attached. Comments?
>
> How much compatibility are you looking for?
>
> It takes a long path through GDB, but the argument to -exec-run today
> eventually gets passed to the shell with no additional quoting. If
> I type:
>
> (gdb) run a b "a b" "\""
>
> then GDB does:
>
> execve("/bin/zsh", ["/bin/zsh", "-c", "exec /usr/bin/gdb a b \"a b\" \"\\\"\""], [/* 64 vars */])
>
> That's the same as typing at a shell prompt:
>
> exec /usr/bin/gdb a b "a b" "\""
>
> Your patch doesn't undo the effect of mi_parse_argv, so this
> won't be preserved.
I think that only "\"" won't be preserved. While "a b" will be present in reconstructed
string with quotes.
> Can we just save the unparsed argv somehow?
We can, but that would be ugly ...
> I don't remember the previous time this came up, but are there front
> ends that pass arguments to -exec-run? It's not documented as
> accepting any.
... for the purpose of supporting frontends that use undocumented accidental
feature, and worse, we don't know any such frontends.
I believe the fact that no known frontends use args was raised the last time,
but you still wanted to assume they exist.
- Volodya
>
>
- Volodya
next prev parent reply other threads:[~2010-01-13 20:13 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-13 13:29 Vladimir Prus
2010-01-13 13:44 ` Marc Khouzam
2010-01-13 15:00 ` Vladimir Prus
2010-01-13 20:10 ` Daniel Jacobowitz
2010-01-13 20:13 ` Vladimir Prus [this message]
2010-01-13 20:26 ` Daniel Jacobowitz
2010-01-14 4:46 ` Joel Brobecker
2010-02-22 14:24 ` Vladimir Prus
2010-02-25 17:25 ` Joel Brobecker
2010-02-22 14:23 ` Vladimir Prus
2010-02-24 7:34 ` Vladimir Prus
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=201001132313.24694.vladimir@codesourcery.com \
--to=vladimir@codesourcery.com \
--cc=gdb-patches@sourceware.org \
/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