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: GDB paper for GCC summit: New Commands


> 3) If the name of the main procedure is 'main', is the start command
> equivalent to 'tbreak main' followed by 'run', or is there something
> subtle going on? 

Nothing subtle, it's exactly equivalent to "tbreak main; run".

-- 
Joel


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