This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Helping out GDB
- To: rearnsha at arm dot com
- Subject: Re: Helping out GDB
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Fri, 14 Jul 2000 09:55:45 -0600
- cc: dberlin at redhat dot com (Daniel Berlin+list.gcc), David Edelsohn <dje at watson dot ibm dot com>, gcc at gcc dot gnu dot org
- Reply-To: law at cygnus dot com
In message <200007141055.LAA01873@cam-mail2.cambridge.arm.com>you write:
>
> law@cygnus.com said:
> > I would think we could figure out the EH model by looking at what
> > sections exist in the executable -- don't dwarf2 EH tables show up in
> > their own special section?
>
> Not in a.out. They are just part of the text segment.
Good point.
So what kind of EH model is being used probably belongs in whatever
magic debug record we create.
jeff