This is the mail archive of the gdb-patches@sourceware.cygnus.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: Generic g++ exception catch/throw support


Anthony> * I don't see __start_cp_handler in the mainline libgcc sources.  Is
Anthony>   this something special in the BeOS libgcc?

It is in gcc/cp/exception.cc.

Anthony> * Once these issues are sorted out, the GCC people should be
Anthony> told that gdb intends to use these functions as hooks.  We
Anthony> can comment the libgcc sources then to make sure people think
Anthony> twice before modifying them.

Note that Java doesn't use __start_cp_handler when generating
exception code.  Does this mean that the gdb exception handling
feature won't work with Java exceptions?

Tom

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