From 04361c8c3aa97efbd5e555c7a220b315b772e35d Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sun, 1 Jun 2003 09:06:23 +0000 Subject: Make "where" an alias for "trace" --- sys/ddb/db_command.c | 1 + 1 file changed, 1 insertion(+) 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 }, -- cgit v1.3