help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: C++ source text in assembler output?


From: Guy Harrison
Subject: Re: C++ source text in assembler output?
Date: Fri, 07 Jan 2005 23:00:09 GMT
User-agent: KNode/0.7.7

R.Kaiser wrote:

> Can anybody tell me if there is a way to get C++ source text included
> in g++ assembler output? Using something like
> 
> g++ -S asm.cpp -o gcc.asm
> 
> gives me assembler output, but without c++ source text included.

'Fraid not. However, if you pass relevant debug flag (eg: "-g") then
(obviously) 'gdb' can do it. Perhaps that information will help solve
whatever it is you're attempting.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]