This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


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

RE: GDB Remote Debugging



On 11-Jun-2001 Trenton D. Adams wrote:
> I have a simple question I'm sure one of you SMART people can answer!
>:-)  
>  
> I've run the examples/hello.exe program from the RedHat eCos install
> directory.  It hangs right after it's completed.  I assume this is
> normal since the CPU doesn't know what to do after the program is
> complete.  Is this correct?

eCos programs don't "terminate" since they are designed for embedded
systems.  They simply "stop".

If you want control back to GDB when the program is done, set a
breakpoint at the exit point (differs depending on the program).


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