Re: Debugger under Solaris

2005-06-14 Thread Robert Lunnon
On Sunday 12 June 2005 18:47, Alexandre Julliard wrote: > Robert Lunnon <[EMAIL PROTECTED]> writes: > > I need some help to implement the debugger under Solaris. In particular I > > need help with how ptrace interacts with the threading model under Linux > > which I un

Re: Debugger under Solaris

2005-06-12 Thread Alexandre Julliard
Robert Lunnon <[EMAIL PROTECTED]> writes: > I need some help to implement the debugger under Solaris. In particular I > need > help with how ptrace interacts with the threading model under Linux which I > understand uses processes for threads. Since Solaris has user mode thre

Re: Debugger under Solaris

2005-06-11 Thread Robert Lunnon
On Saturday 11 June 2005 19:46, David Laight wrote: > On Sat, Jun 11, 2005 at 09:17:09AM +1000, Robert Lunnon wrote: > > I need some help to implement the debugger under Solaris. In particular I > > need help with how ptrace interacts with the threading model under Linux > &g

Re: Debugger under Solaris

2005-06-11 Thread David Laight
On Sat, Jun 11, 2005 at 09:17:09AM +1000, Robert Lunnon wrote: > I need some help to implement the debugger under Solaris. In particular I > need > help with how ptrace interacts with the threading model under Linux which I > understand uses processes for threads. Since Solaris h

Debugger under Solaris

2005-06-10 Thread Robert Lunnon
I need some help to implement the debugger under Solaris. In particular I need help with how ptrace interacts with the threading model under Linux which I understand uses processes for threads. Since Solaris has user mode threads, stopping a pid stops all the threads in the debugee which used