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

Re: Map and queue disagree


> i wonder, if you have a good debugger and test execution stops via 
> CYGHWR_TEST_PROGRAM_EXIT in case of assert failures, why would you need 
> even to put a breakpoint?

You need a breakpoint somewhere so you can get back up the call stack
 and look at the variables. I don't know if CYGHWR_TEST_PROGRAM_EXIT
is part of the call stack when an assert goes off, so you won't be
able to access local variables.

        Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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