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

Reply via email to