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: TRY_CATCH()


cagney wrote:

> [...]
>    func (...)
>    {
>      volatile struct exception e;
>      TRY_CATCH (e)
>        {
>          ... do stuff ...;
>        }
>      switch (e.reason)
>        ...
>    }
> [...]
> comments?

At this rate, by around 2009, gdb will have reimplemented 
the remainder of C++.

- FChE


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