Add a "laddr" keyword, analagous to "paddr". Useful for finding

struct pcb's.
This commit is contained in:
nathanw 2004-08-23 16:31:10 +00:00
parent 66134445fd
commit 3d720e58fb
2 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: keyword.c,v 1.41 2004/07/28 07:48:22 simonb Exp $ */
/* $NetBSD: keyword.c,v 1.42 2004/08/23 16:31:10 nathanw Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994
@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)keyword.c 8.5 (Berkeley) 4/2/94";
#else
__RCSID("$NetBSD: keyword.c,v 1.41 2004/07/28 07:48:22 simonb Exp $");
__RCSID("$NetBSD: keyword.c,v 1.42 2004/08/23 16:31:10 nathanw Exp $");
#endif
#endif /* not lint */
@ -122,6 +122,7 @@ VAR var[] = {
PVAR("jobc", "JOBC", 0, p_jobc, SHORT, "d"),
PVAR("ktrace", "KTRACE", 0, p_traceflag, INT, "x"),
/*XXX*/ PVAR("ktracep", "KTRACEP", 0, p_tracep, KPTR, PRIx64),
LVAR("laddr", "LADDR", 0, l_laddr, KPTR, PRIx64),
LVAR("lid", "LID", 0, l_lid, INT32, "d"),
{"lim", "LIM", 0, maxrss},
{"login", "LOGIN", LJUST, logname},

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ps.1,v 1.68 2004/04/23 02:58:27 simonb Exp $
.\" $NetBSD: ps.1,v 1.69 2004/08/23 16:31:10 nathanw Exp $
.\"
.\" Copyright (c) 1980, 1990, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@ -496,6 +496,10 @@ job control count
tracing flags
.It ktracep
tracing vnode
.It laddr
kernel virtual address of a
.Tn "struct lwp"
belonging to the process.
.It lid
ID of the LWP
.It lim