On Thu, Feb 17, 2011 at 07:28:46PM +0000, Matt Thomas wrote:
> Module Name:  src
> Committed By: matt
> Date:         Thu Feb 17 19:28:46 UTC 2011
> 
> Modified Files:
>       src/sys/sys: lwp.h
> 
> Log Message:
> Move lwp_getpcb to the area with the rest of the _KERNEL function 
> declarations.
> 
> 
> To generate a diff of this commit:
> cvs rdiff -u -r1.143 -r1.144 src/sys/sys/lwp.h
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
> 

This (probably) is what broke the gdb build in its kvm code.
Apparently it needs _KMEMUSER defined.

I'd fix this myself but I don't know exactly where in the
gdb build that should be defined.

        Jonahan Kollasch

Reply via email to