summaryrefslogtreecommitdiff
path: root/sys/ddb/db_command.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-06-01 09:06:23 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-06-01 09:06:23 +0000
commit04361c8c3aa97efbd5e555c7a220b315b772e35d (patch)
tree7f1e3d27335e286e0ad9284d0899221e979c4f5f /sys/ddb/db_command.c
parent058675037b1186f913560e5f65f62f91b5ea769d (diff)
Notes
Diffstat (limited to 'sys/ddb/db_command.c')
-rw-r--r--sys/ddb/db_command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c
index ab58bc2feeda..5221fab8faad 100644
--- a/sys/ddb/db_command.c
+++ b/sys/ddb/db_command.c
@@ -414,6 +414,7 @@ static struct command db_command_table[] = {
{ "next", db_trace_until_matching_cmd,0, 0 },
{ "match", db_trace_until_matching_cmd,0, 0 },
{ "trace", db_stack_trace_cmd, 0, 0 },
+ { "where", db_stack_trace_cmd, 0, 0 },
{ "call", db_fncall, CS_OWN, 0 },
{ "show", 0, 0, db_show_cmds },
{ "ps", db_ps, 0, 0 },