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]
Other format: [Raw text]

Re: [RFC] breakpoints and function prologues...


Andrew Cagney wrote:
> 
> >
> > Most users I have talked to think that setting a break on the "{" at the beginning of a function means the same thing as setting a breakpoint on the function.  But that is not the case.   "break funcName" is AFTER the prologue, "break file:<line containing "{"> is the true function beginning.
> 
> Don't forget that ``break func'' is is going to change.  It's going to
> go back to the start of the function!

???
Since when?


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