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 writes:
 > 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?
 > 

I think Andrew is referring to the space between 'if' and the condition?
Elena

 > -- 
 > Fernando Nasser
 > Cygnus Solutions - Toronto Office       E-Mail:  fnasser@cygnus.com
 > 2323 Yonge Street, Suite #300           Tel:  416-482-2661 ext. 311
 > Toronto, Ontario   M4P 2C9              Fax:  416-482-6299

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