Subject: Re: Kernel support for ELF-format core files
To: Nathan J. Williams <nathanw@wasabisystems.com>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: tech-kern
Date: 12/08/2001 10:08:36
On Sat, Dec 08, 2001 at 01:01:13PM -0500, Nathan J. Williams wrote:
> > * "NetBSD-CORE@nn" (where nn is the lwpid of the LWP) for
> > notes that apply only to the specified LWP (e.g. register
> > contents). Since the kernel on the trunk doesn't yet support
> > LWPs, these currently just look like "NetBSD-CORE@0".
>
> The lwpids start at 1, not 0, so the core dumps of single-LWP processes
> will shange slightly when the LWP code is merged in. I don't know if
> this is good or bad, but thought I'd point it out.
Ok, if that's the case, I'll change the current code to fake out a "1"
instead.
--
-- Jason R. Thorpe <thorpej@wasabisystems.com>