This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Possible stabs bugs


I'm writing a GUI debugger for the egcs 1.1 port of Mingw32. Mumit suggested
I submit bugs here. Is there a news group that I should be monitoring?

1. cc1plus.exe emits a strange stab for this code:

struct { int x, y; } foo;

If you name the struct as shown next, the stab looks right.

struct bar { int x, y; } foo;


2. The linker is not resolving the addresses of global variables (N_GSYM) in
the stab as previous versions of gnu-win32 do. The egcs 1.1 linker leaves
the stab's value field zero and places no other symbolic infomation in the
exe file that (as far as I can tell) provides the variable's memory address.

3. The stabs format has changed considerably since the 1993 FSF spec by
Menapace, Kingdon, and MacKenzie. Can you direct me to a more recent
specification document?

Many thanks.

Al Stevens
Dr. Dobb's Journal




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]