This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB 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: stabs and macro information


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


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