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]
Other format: [Raw text]

Re: Breaking exceptions before stack unwind


> Date: Tue, 23 Nov 2004 23:02:37 -0500
> From: Daniel Jacobowitz <drow@false.org>
> Cc: gdb@sources.redhat.com
> 
> the right thing to do is to document 'catch catch' and 'catch
> throw'.

They are already documented.  The obsolete advice that the OP was
citing is at the end of the node which describes them.  That advice is
for the case where one wants to stop the program _before_ the
exception handler is called.  See the node "Set Catchpoints" in the
manual.

Given this, what would be the best way to fix the manual?


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