summaryrefslogtreecommitdiffstats
path: root/sys/ddb
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-08-30 19:06:57 +0000
committerphk <phk@FreeBSD.org>2003-08-30 19:06:57 +0000
commit047d300a0ba2251096d0213bd38a0f488a622aa9 (patch)
tree0df8f20430fad960120f9cf0767361a9fdba563e /sys/ddb
parenta802e42c5aec19e451457d9c955b3b74eb5a42d8 (diff)
downloadFreeBSD-src-047d300a0ba2251096d0213bd38a0f488a622aa9.zip
FreeBSD-src-047d300a0ba2251096d0213bd38a0f488a622aa9.tar.gz
Label the uarea address as such in DDB's ps output
Diffstat (limited to 'sys/ddb')
-rw-r--r--sys/ddb/db_ps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ddb/db_ps.c b/sys/ddb/db_ps.c
index 55aa86b..d12b250d 100644
--- a/sys/ddb/db_ps.c
+++ b/sys/ddb/db_ps.c
@@ -70,7 +70,7 @@ db_ps(dummy1, dummy2, dummy3, dummy4)
p = &proc0;
db_setup_paging(db_simple_pager, &quit, DB_LINES_PER_PAGE);
- db_printf(" pid proc addr uid ppid pgrp flag stat wmesg wchan cmd\n");
+ db_printf(" pid proc uarea uid ppid pgrp flag stat wmesg wchan cmd\n");
while (--np >= 0 && !quit) {
if (p == NULL) {
printf("oops, ran out of processes early!\n");
OpenPOWER on IntegriCloud