diff options
| author | blymn <blymn@NetBSD.org> | 2008-07-10 12:42:24 +0000 |
|---|---|---|
| committer | blymn <blymn@NetBSD.org> | 2008-07-10 12:42:24 +0000 |
| commit | 8a19e9911cd10287c0ab88a29dc2bdd1f2ded73e (patch) | |
| tree | f78083402a4e203d27094b01c049035be598d398 /sys/ddb/db_interface.h | |
| parent | 8070795214a838ac5282c03ec1f6035c5c8e14a4 (diff) | |
Add a show files command that prints the vnodes associated with a
given struct proc and, if LOCKDEBUG is built in, the lock status of
the uvmobject.
Diffstat (limited to 'sys/ddb/db_interface.h')
| -rw-r--r-- | sys/ddb/db_interface.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/ddb/db_interface.h b/sys/ddb/db_interface.h index 9d659782ee0..b527a288657 100644 --- a/sys/ddb/db_interface.h +++ b/sys/ddb/db_interface.h @@ -1,4 +1,4 @@ -/* $NetBSD: db_interface.h,v 1.22 2008/04/28 20:23:46 martin Exp $ */ +/* $NetBSD: db_interface.h,v 1.23 2008/07/10 12:42:24 blymn Exp $ */ /*- * Copyright (c) 1995 The NetBSD Foundation, Inc. @@ -42,6 +42,7 @@ void db_stack_trace_print(db_expr_t, bool, db_expr_t, const char *, /* ddb/db_xxx.c */ void db_kgdb_cmd(db_expr_t, bool, db_expr_t, const char *); +void db_show_files_cmd(db_expr_t, bool, db_expr_t, const char *); /* kern/kern_proc.c */ void db_kill_proc(db_expr_t, bool, db_expr_t, const char *); |
