projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
40e6fcf
)
Minor edit
author
Beket <Beket@web>
Fri, 13 Mar 2009 05:36:16 +0000 (22:36 -0700)
committer
Charlie <root@leaf.dragonflybsd.org>
Fri, 13 Mar 2009 05:36:16 +0000 (22:36 -0700)
docs/howtos/HowToDebugVKernels/index.mdwn
patch
|
blob
|
blame
|
history
diff --git
a/docs/howtos/HowToDebugVKernels/index.mdwn
b/docs/howtos/HowToDebugVKernels/index.mdwn
index
bdc3797
..
18e60b6
100644
(file)
--- 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