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]

Re: gdb + egcs: break __raise_exception


Mark Kettenis <kettenis@wins.uva.nl> writes:
> > From: Niels L Ellegaard <gnalle@dirac.ruc.dk> 
> > Date: 05 Sep 2000 12:33:25 +0200
> > (gdb) break __raise_exception
> > Function "__raise_exception" not defined.
>
> GDB cannot find the symbol "__raise_exception" in the executable.  Did
> you verify (for example with `nm') that the executable does contain
> such a symbol?

Thanks for your help.  A friendly man at my local LUG helped me find
the function is was looking for. Using an Intel box, with gcc 2.95.1
the function is called: __cp_push_exception. (Link in danish below):

http://www.sslug.dk/emailarkiv/cprog/2000_09/msg00015.html

-- 
Niels L Ellegaard  http://dirac.ruc.dk/~gnalle/
SPECIAL OFFER! I proofread unsolicited commercial email sent to this
address at a rate of US $500.00 per incident!  Include billing address
in your message and save US $500.00 per hour off ordinary address
resolution and tracking charge!

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