This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: exceptions and gdb


nbecker@fred.net writes:

> I noticed that if there are uncaught C++ exceptions, gdb is unable to
> provide any useful info as to the source of the exception.  Tracing
> through stack frames doesn't provide any useful information AFAIK.  I
> wonder if it would be possible to improve this.

Yes, I actually have patches somewhre that let you catch catches and
throws, and see where they were caught/thrown from.

--Dan


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