Subject: Re: Kernel support for ELF-format core files
To: None <thorpej@wasabisystems.com>
From: Nathan J. Williams <nathanw@wasabisystems.com>
List: tech-kern
Date: 12/08/2001 13:01:13
Jason R Thorpe <thorpej@wasabisystems.com> writes:

> 	* "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.

        - Nathan