How to annotate fragments of target code with the source statements that they correspond to using OBJDUMP in linux.
Asked
Active
Viewed 194 times
0
-
Was the object code compiled with debugging information (for gcc, the `-g` option)? – Mark Plotnick Jan 27 '17 at 19:00
-
Compiled with gcc -static -fno-asynchronous-unwind-tables programname.c . – aman anand Jan 28 '17 at 05:14