This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH] specify arguments to debugee from commandline (second try)


> The whole point is to preserve the arguments as-is.
...
> Since we're also the only ones talking I'm inferring that nobody else
> cares about drilling down on this subject any more.  My future
> replies, if any, will be off-list unless somebody asks otherwise.

Before you disappear, let me just chime in from the peanut gallery that I
find the whole "crunch inferior arguments through sh" to be uncomfortable.

Can't we just have two command line routes, one that uses sh, and one that
does not (it would just execvp the arguments for the most part) ?

That way people who want "it works like the run command" get their option
and people who want "debug whatever I was running durnit" get theirs.

Todd Whitesel
toddpw @ best.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]