|
| Hi,
I am searching for a compiler/assembler option for gcc & SUN cc to be
able to generate an assembly language listing intermixed with source
code ( -fsource-asm is for gcc I know ),and with assembly instruction
offsets along with source file line and column number information.
eg:
51 f72e 29D0 subl %edx, %eax #65.5
52 f730 0FB6513C movzbl 60(%ecx), %edx #66.15 -Line & Col No.
53 f374 039D0 cmpl %edx,%eax #66.5
54 ...
This makes around jumping to the appropriate function offsets.I suppose
the technical name is a map file,but with source intermised and also
with line number and column number information to map back the assembly
to source.
Would appreciate your helpful inputs/hints.
TIA
~
|
|