This is the mail archive of the gdb-patches@sourceware.cygnus.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: Is ``break main if(1)'' legal?


Fernando Nasser wrote:
> 
> Andrew Cagney wrote:
> >
> > (vs ``break main if (1)'')
> > Some parts of the code (decode_line_1()) think it is legal but other
> > parts (break_command_1()) don't.
> >
> 
> (1) is a perfectly valid logical expression of "true".  It makes no
> sense setting a conditional breakpoint to always true, but rejecting the
> expression as not valid is wrong.
> 
> What is break_command_1() complaining about?

As Elena noted, it complains if I leave a space out.  If you look at the
code you'll notice that some code requires a space yet other considers
it optional.

	Andrew

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