Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/ddb Restore the top level `callout' command.



details:   https://anonhg.NetBSD.org/src/rev/6e6a6cfdf96a
branches:  trunk
changeset: 499762:6e6a6cfdf96a
user:      eeh <eeh%NetBSD.org@localhost>
date:      Tue Nov 28 19:27:46 2000 +0000

description:
Restore the top level `callout' command.

diffstat:

 sys/ddb/db_command.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 25234746580d -r 6e6a6cfdf96a sys/ddb/db_command.c
--- a/sys/ddb/db_command.c      Tue Nov 28 19:20:37 2000 +0000
+++ b/sys/ddb/db_command.c      Tue Nov 28 19:27:46 2000 +0000
@@ -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 @@
        { "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 },



Home | Main Index | Thread Index | Old Index