This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
inline assembler debug information
- From: "Eugene Ingerman" <geneing at myrealbox dot com>
- To: <gcc-help at gcc dot gnu dot org>
- Date: Fri, 2 Aug 2002 13:21:14 -0700
- Subject: inline assembler debug information
I have a few C programs that have a bunch of inlined assembler code. When I
compile with gcc -g I get stabs debug info that's missing line number
information for the parts written in assember.
Is there some way to get assembler debug info too?
Thank you,
Eugene