Module Name:    src
Committed By:   eeh
Date:           Wed Nov 18 18:02:00 UTC 2009

Modified Files:
        src/sys/gdbscripts: vdump

Log Message:
Get gdb to document the command.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/gdbscripts/vdump

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/gdbscripts/vdump
diff -u src/sys/gdbscripts/vdump:1.4 src/sys/gdbscripts/vdump:1.5
--- src/sys/gdbscripts/vdump:1.4	Sat Nov  4 20:33:17 2006
+++ src/sys/gdbscripts/vdump	Wed Nov 18 18:02:00 2009
@@ -1,8 +1,7 @@
-#	$NetBSD: vdump,v 1.4 2006/11/04 20:33:17 pooka Exp $
+#	$NetBSD: vdump,v 1.5 2009/11/18 18:02:00 eeh Exp $
 
 #	@(#)vdump	8.1 (Berkeley) 6/10/93
 #
-# dump the vnode list
 
 define dumpvnodes
 
@@ -12,3 +11,7 @@
 		set $vp = (struct vnode *)$vp->v_freelist.tqe_next
 	end
 end
+
+document dumpvnodes
+dump the vnode list
+end
\ No newline at end of file

Reply via email to