This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Helping out GDB
- To: law at cygnus dot com
- Subject: Re: Helping out GDB
- From: Richard Earnshaw <rearnsha at arm dot com>
- Date: Fri, 14 Jul 2000 11:55:43 +0100
- 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
- Cc: rearnsha at arm dot com
- Organization: ARM Ltd.
- Reply-To: rearnsha at arm dot com
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.
R.