stabs and macro information

Daniel Jacobowitz drow@mvista.com
Wed Apr 16 18:09:00 GMT 2003


On Wed, Apr 16, 2003 at 11:58:19AM -0400, David Taylor wrote:
> Currently, when invoked with -gdwarf-2 -g3, gcc will record macro
> information in a .debug_macinfo elf section.  And when presented with
> an executable containing macro information in a .debug_macinfo
> section, gdb will make use of it.
> 
> Many companies, including EMC, still use stabs.  So...  it would be
> nice if the same was true of stabs.

A more interesting question, to me, is why EMC still needs to use
stabs.  They are an inferior debug format, extremely hard to parse or
extend.  GCC's and GDB's current implementations of DWARF-2 (and 3) are
somewhat lacking, but it's all fixable.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer



More information about the Gcc mailing list