Re: [Cegcc-devel] C++ exceptions

2007-07-02 Thread Danny Backx
On Mon, 2007-07-02 at 00:38 +0100, Pedro Alves wrote: > Kevin O'Connor escreveu: > > On Sun, Jul 01, 2007 at 08:12:33PM +0100, Pedro Alves wrote: > >> Danny Backx wrote: > >>> void Handle(struct _EXCEPTION_RECORD *ExceptionRecord, > >>> void *EstablisherFrame, > >>> struct _CONT

Re: [Cegcc-devel] Small example for rshd ?

2007-07-02 Thread Danny Backx
On Sun, 2007-07-01 at 20:01 +0100, Pedro Alves wrote: > Danny Backx wrote: > > I've attached a patch. > > > > Three pieces : > > - be able to quit rshd without rebooting my PDA. Do you have another way > > to do this? > > Just kill the process with synce-pkill, or if you launch it on the > devi

Re: [Cegcc-devel] C++ exceptions

2007-07-02 Thread Pedro Alves
Pedro Alves wrote: Kevin O'Connor wrote: On Sun, Jul 01, 2007 at 08:12:33PM +0100, Pedro Alves wrote: Danny Backx wrote: void Handle(struct _EXCEPTION_RECORD *ExceptionRecord, void *EstablisherFrame, struct _CONTEXT *ContextRecord, struct _DISPAT

Re: [Cegcc-devel] Small example for rshd ?

2007-07-02 Thread Pedro Alves
Danny Backx wrote: > On Sun, 2007-07-01 at 20:01 +0100, Pedro Alves wrote: >> Danny Backx wrote: >>> I've attached a patch. >>> >>> Three pieces : >>> - be able to quit rshd without rebooting my PDA. Do you have another way >>> to do this? >> Just kill the process with synce-pkill, or if you laun