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: RFC: Inferior command line arguments


>>>>> "Daniel" == Daniel Jacobowitz <drow@mvista.com> writes:

Daniel> As much as I'd prefer '--' (those objections, while completely
Daniel> correct, could be overcome with a bit of work; I admit I
Daniel> hadn't thought of them), I'd rather see '---' than --args --,
Daniel> because it doesn't allow for the confusing semantics of
Daniel> '--args' without the '--'.

I'm not really a fan of `---'.  It doesn't seem visible enough.

I might be able to make `--args' end argument processing.  Then you
would write:

    gdb --args gdb -nw

and debug `gdb -nw'.  What would you think of this?

Tom


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