GCC: Compile to assembly with clarified correspondence to code?
Posted
by uj2
on Stack Overflow
See other posts from Stack Overflow
or by uj2
Published on 2010-06-14T10:46:45Z
Indexed on
2010/06/14
10:52 UTC
Read the original article
Hit count: 157
When you break into the debugger in VS and open the disassembly window, each assembly fragment is displayed below it's corresponding code section (more or less). GCC with -S outputs only the stripped down assembly.
Is there an option in GCC to show some correspondence to the original code?
Source code is C++.
© Stack Overflow or respective owner