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]

Re: [PATCH RFA] ending-run.exp


Michael Snyder wrote:
> 
> This script seems to expect that, if you step past the return from main,
> you will end up in some sort of "start" function.
> 
> Can anyone think of any reason why "Program exited normally" is not
> a legitimate output to see after stepping past the return from main?
> 

Sorry for the delay, I was on vacation.

Well, main() is normally called from inside crt0  from some sort of "start" function.  When you step past the return from main you should return to the frame above main, i.e., to after the call to main inside the "start" function in crt0.

If it is not stopping there it is either a bug or some new situation that did not use to exist.

I don't think we should accept "Program exited normally" until we understand a little bit more of what is actually happening when we get this message.

Regards,
Fernando

-- 
Fernando Nasser
Red Hat - Toronto                       E-Mail:  fnasser@redhat.com
2323 Yonge Street, Suite #300
Toronto, Ontario   M4P 2C9


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