Subject: Re: SIGTRAP for traced processes and COMPAT_MACH
To: Emmanuel Dreyfus <manu@netbsd.org>
From: Martin Husemann <martin@duskware.de>
List: tech-kern
Date: 11/29/2003 14:30:25
On Fri, Nov 28, 2003 at 10:51:14PM +0100, Emmanuel Dreyfus wrote:
> 1) the process sets an exception handler to catch memory faults
> 2) the process sets its signal mask to catch SIGSEGV

In step 2 check the exception vector in place and do the right thing (tm)?

Martin