diff options
Diffstat (limited to 'sys/ddb/db_command.c')
-rw-r--r-- | sys/ddb/db_command.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c index 63a89bb..1bf43de 100644 --- a/sys/ddb/db_command.c +++ b/sys/ddb/db_command.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_command.c,v 1.24 1998/02/09 06:07:52 eivind Exp $ + * $Id: db_command.c,v 1.25 1998/02/13 02:19:29 bde Exp $ */ /* @@ -369,6 +369,7 @@ static struct command db_show_cmds[] = { { "all", 0, 0, db_show_all_cmds }, { "registers", db_show_regs, 0, 0 }, { "breaks", db_listbreak_cmd, 0, 0 }, + { "msgbuf", db_show_msgbuf, 0, 0 }, #if 0 { "thread", db_show_one_thread, 0, 0 }, #endif |