This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: dwarf debug info for assembler
- To: tmeged at nortelnetworks dot com
- Subject: Re: dwarf debug info for assembler
- From: llewelly at 198 dot dsl dot xmission dot com
- Date: Wed, 29 Dec 1999 02:25:59 -0700 (MST)
- cc: help-gcc at gnu dot org
run
$info gcc
Then type 'gDebugging Options' . It will tab-complete for you.
If you don't have gcc's info pages, see
http://gcc.gnu.org/onlinedocs/gcc_2.html#SEC9
On Wed, 29 Dec 1999, Tal Meged wrote:
> Hi !
>
> I need to to compile an assembler source file with the dwarf debug flag,
> and
> I saw that it exists only for the C/C++ code. Do you know how can I
> append
> the dwarf inforamtion ?
>