From 054819083ca4836dd1e620fe55b29df4906fb7de Mon Sep 17 00:00:00 2001 From: eeh Date: Tue, 28 Nov 2000 19:27:46 +0000 Subject: [PATCH] Restore the top level `callout' command. --- sys/ddb/db_command.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c index 60388a3b5a70..1aed6423533f 100644 --- a/sys/ddb/db_command.c +++ b/sys/ddb/db_command.c @@ -1,4 +1,4 @@ -/* $NetBSD: db_command.c,v 1.51 2000/11/24 07:25:51 chs Exp $ */ +/* $NetBSD: db_command.c,v 1.52 2000/11/28 19:27:46 eeh Exp $ */ /* * Mach Operating System @@ -486,6 +486,7 @@ struct db_command db_command_table[] = { { "break", db_breakpoint_cmd, 0, NULL }, { "c", db_continue_cmd, 0, NULL }, { "call", db_fncall, CS_OWN, NULL }, + { "callout", db_show_callout, 0, NULL }, { "continue", db_continue_cmd, 0, NULL }, { "d", db_delete_cmd, 0, NULL }, { "delete", db_delete_cmd, 0, NULL },