summaryrefslogtreecommitdiff
path: root/sys/ddb/db_command.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1998-05-19 11:02:24 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1998-05-19 11:02:24 +0000
commit7ee17eea02bca1eba05dc3e5b131f4bf04e7b7ae (patch)
tree4d779657a9c1072d485f8036e9a30c44e1fd3c76 /sys/ddb/db_command.c
parent58067a9909df61089e87551d9c026f343e011022 (diff)
Notes
Diffstat (limited to 'sys/ddb/db_command.c')
-rw-r--r--sys/ddb/db_command.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c
index 63a89bb7879e..1bf43de7d296 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