> Ok, but I could not figure out how to get access to the assembly code. Is 
> there a disassembler built into gdb? And how access it from within  
> Eclipse? Thanks for hints.

I'm prefer disintegrated development environments (DDE). 

arm-elf-objdump -d myprog.elf

You can also use it on an individual object file, ie the one
containing this function.

           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

Reply via email to