summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_command.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-05-19 11:02:24 +0000
committerphk <phk@FreeBSD.org>1998-05-19 11:02:24 +0000
commite9c01f2e741c8a0e26e7d3712d942dc5d5f5fa0b (patch)
tree8ee4916cff753a650c4ede6aa561a7d54e574465 /sys/ddb/db_command.c
parent00b3b49e1bf2cd947f5d9fc0b4a645f000094534 (diff)
downloadFreeBSD-src-e9c01f2e741c8a0e26e7d3712d942dc5d5f5fa0b.zip
FreeBSD-src-e9c01f2e741c8a0e26e7d3712d942dc5d5f5fa0b.tar.gz
Add "show msgbuf" command
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 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
OpenPOWER on IntegriCloud