This is the mail archive of the gdb@sourceware.org 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: catch-throw conditions?


On Fri, Feb 22, 2008 at 10:25:17AM -0300, Thiago Jung Bauermann wrote:
> I have absolutely no experience with gdb's C++ support, but I saw with
> "help catch" that  gdb 6.7.1 (the current GDB release) has this command:
> 
>         catch throw <exceptname>  - a particular exception, when thrown

"help catch", unfortunately, is incorrect :-(

IIRC this was implemented for HP aCC.  The GNU support does not (yet)
handle an exceptname.

-- 
Daniel Jacobowitz
CodeSourcery


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