This is the mail archive of the ecos-discuss@sourceware.org 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]

Is it possible to debug assembly code on source level?


As I debug code by GNU Insight debugger, it works good when debug C/C++ code. But if I steps into assembly code segment, it only shows assembly without any cross information with original assembly source file(like vectors.s, etc.).
Althouth I can look over the assembly source outside the debugger and find out what is running. I think it is not convenience(since there are lots of #ifdef in the assembly source).
Can't Insight debug on assembly source level?




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