From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Tromey To: gdb-patches@sources.redhat.com Subject: Re: GDB needs a --cmdline option Date: Wed, 05 Sep 2001 00:15:00 -0000 Message-id: <87g0ron2qc.fsf@cygnus.com> References: <391B1780.23185181@cygnus.com> X-SW-Source: 2001-09/msg00023.html >>>>> "Fernando" == Fernando Nasser writes: Fernando> What Tom wants is a way to "set args" from the command line. No, I think it's more than that. It lets me insert a `gdb' call directly into a pipeline like `--run'. This mode would still handle stdin/out/err redirection issues like --run. It would just let me debug directly instead of pre-editing. Fernando> This seems more like a convenience though. Sometimes convenience is important. Tom