David Laight wrote: > Module Name: src > Committed By: dsl > Date: Sat Nov 21 19:59:51 UTC 2009 > > Modified Files: > src/sys/arch/i386/i386: db_trace.c > > Log Message: > Don't call lwp_getpcb() when not KERNEL.
This change might be unnecessary after this commit: ------------------------------------------------------ Module Name: src Committed By: rmind Date: Sat Nov 21 18:53:08 UTC 2009 Modified Files: src/sys/sys: lwp.h Log Message: Export lwp_getpcb() to userland, since crash(8) needs it. To generate a diff of this commit: cvs rdiff -u -r1.123 -r1.124 src/sys/sys/lwp.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. ------------------------------------------------------ Christoph