From mboxrd@z Thu Jan 1 00:00:00 1970 From: Todd Whitesel To: tromey@redhat.com Cc: david@llamedos.org, gdb-patches@sources.redhat.com Subject: Re: [PATCH] specify arguments to debugee from commandline (second try) Date: Fri, 13 Apr 2001 01:30:00 -0000 Message-id: <200104130830.BAA28191@shell17.ba.best.com> References: <87g0fd63n3.fsf@creche.redhat.com> X-SW-Source: 2001-04/msg00134.html > 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