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



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.
in the port i have worked with, it is defined to a function that stops the processor execution (does not halt).

if CYGHWR_TEST_PROGRAM_EXIT is defined, it gets called from cyg_test_exit (tcdiag.cxx), cyg_assert_fail (fancy.cxx, buffer.cxx, simple.cxx)

sandeep

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


-- 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]