This is the mail archive of the gdb@sourceware.org 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]
Other format: [Raw text]

Re: Strangeness in set command


On Tue, Apr 8, 2008 at 11:56 AM, Eli Zaretskii <eliz@gnu.org> wrote:
>  > From: Andrew STUBBS <andrew.stubbs@st.com>
>  > Eli Zaretskii wrote:
>  > > Or maybe, if the text after "set " has a `=' character in it, we
>  > > should ask whether the user really meant "set variable".  IOW, refuse
>  > > to obey this shortcut, even if it's unambiguous.
>  > >
>  >
>  > Hmmm, that's not great for set args:
>  >
>  > (gdb) set args --command=myscript
>
>  That one could be special-cased.

There's also prompt, env, and others.  Maybe the thing to do is key
off of var_string, etc., except that one can pass expressions for
integer/boolean vars.  Does the command parser know in time what it's
working with?


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