summaryrefslogtreecommitdiff
path: root/sys/ddb/db_command.c
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2004-07-21 05:55:51 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2004-07-21 05:55:51 +0000
commit026c3aaa6080436ab7b80012b95a4a0ebaa3e7e5 (patch)
treee940327c6d1b1160fc1b0bd11c5f7bd9df9ee582 /sys/ddb/db_command.c
parent5476633aed5b97a11d1798c992111764dec03d2b (diff)
Notes
Diffstat (limited to 'sys/ddb/db_command.c')
-rw-r--r--sys/ddb/db_command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c
index 03fd66294af7..b1ad9e50640a 100644
--- a/sys/ddb/db_command.c
+++ b/sys/ddb/db_command.c
@@ -411,8 +411,8 @@ static struct command db_command_table[] = {
{ "until", db_trace_until_call_cmd,0, 0 },
{ "next", db_trace_until_matching_cmd,0, 0 },
{ "match", db_trace_until_matching_cmd,0, 0 },
- { "trace", db_stack_trace, 0, 0 },
- { "where", db_stack_trace, 0, 0 },
+ { "trace", db_stack_trace, CS_OWN, 0 },
+ { "where", db_stack_trace, CS_OWN, 0 },
{ "call", db_fncall, CS_OWN, 0 },
{ "show", 0, 0, db_show_cmds },
{ "ps", db_ps, 0, 0 },