This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: [RFA]: Modified Watchthreads Patch
> Date: Thu, 23 Dec 2004 14:30:54 -0800
> From: Michael Snyder <msnyder@redhat.com>
> CC: Jeff Johnston <jjohnstn@redhat.com>, gdb-patches@sources.redhat.com
>
> Good grief -- they all get coff, dwarf, elf, stabs, and mdebug
> readers... what's a function here or there? ;-)
Not all the readers are just ballast. For example, the DJGPP
development tools support 3 debug formats: COFF, stabs, and DWARF2,
and 2 executable formats: COFF and stubbed COFF.
And I do think we should have some machinery in place to determine at
configure time what readers will be compiled in.