mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Label the uarea address as such in DDB's ps output
This commit is contained in:
parent
bff1e2999d
commit
71b797c176
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in a new issue