This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: PR c/8068



On Saturday, Feb 22, 2003, at 15:19 America/New_York, Jan Hubicka wrote:


Hmm, theoretically we can use stabs for debug and dwarf2 for unwind, but
I am not quite sure ada will deal with it.
Even without unwind info it is probably the best we can get.

It should work fine. Stabs is the format we've been using on most platforms, except for SGI/IRIX. Any GDB should at least be able to debug the executables as if it were a C program. You'll see that symbols names are slightly different, as in '.' becomes '__', etc.

-Geert


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