From 99dc1483d8e33c0029c4a07dac1f443f13a54603 Mon Sep 17 00:00:00 2001 From: Beket Date: Thu, 12 Mar 2009 22:36:16 -0700 Subject: [PATCH] Minor edit --- docs/howtos/HowToDebugVKernels/index.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howtos/HowToDebugVKernels/index.mdwn b/docs/howtos/HowToDebugVKernels/index.mdwn index bdc3797e..18e60b6f 100644 --- a/docs/howtos/HowToDebugVKernels/index.mdwn +++ b/docs/howtos/HowToDebugVKernels/index.mdwn @@ -171,7 +171,7 @@ Here p is a pointer to the current process: (gdb) print p $1 = (struct proc *) 0x57098c00 -Let's see if this process is traced: +Let's see if this process is traced (if it is, the p->p_tracenode shall point to a vnode where all logs are directed): (gdb) print p->p_tracenode $2 = (struct ktrace_node *) 0x0 -- 2.41.0