bug-gnu-utils
[Top][All Lists]
Advanced

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

stabs generation


From: Dean Wang
Subject: stabs generation
Date: Thu, 6 Mar 2003 12:34:33 -0800

I am having a question on stabs generation.

The elf file I generated, (redboot.elf from mipsisa32-elf cross compiler in
Windows 2000 cygwin)
generate the follwoing example for source files:

4238   SO     0      0      00000000 39278
/ecos-c/dev/ecos/packages/redboot/current/src/flash.c
18079  SO     0      0      00000000 165696
/ecos-c/dev/ecos/packages/io/flash/current/src/flash.c

16408  SO     0      0      00000000 401
/ecos-c/dev/redboot_build/redboot/current/
16409  SO     0      0      00000000 155759
/ecos-c/dev/ecos/packages/redboot/current/src/net/dns.c
17060  SOL    0      0      9fc2240c 155759
/ecos-c/dev/ecos/packages/redboot/current/src/net/dns.c

Is this going to confuse the debugger regarding the source code since the SO
(N_SO) has no value
while some of the inlcude files do?

Dean
address@hidden





reply via email to

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