summaryrefslogtreecommitdiff
path: root/sys/ddb/db_command.c
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2007-12-25 23:06:51 +0000
committerRobert Watson <rwatson@FreeBSD.org>2007-12-25 23:06:51 +0000
commit086fec574e50b3e6f904d4ddd1875029889507ff (patch)
tree088e1e3ce0a641612ba90e21c693b49eeadaa8d6 /sys/ddb/db_command.c
parent45044461a8b343add290b8d5896b31310a442c47 (diff)
Notes
Diffstat (limited to 'sys/ddb/db_command.c')
-rw-r--r--sys/ddb/db_command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c
index 71ead7375c04..c5c820c63e94 100644
--- a/sys/ddb/db_command.c
+++ b/sys/ddb/db_command.c
@@ -141,6 +141,7 @@ static struct command db_commands[] = {
{ "kill", db_kill, CS_OWN, 0 },
{ "watchdog", db_watchdog, 0, 0 },
{ "thread", db_set_thread, CS_OWN, 0 },
+ { "capture", db_capture_cmd, CS_OWN, 0 },
{ (char *)0, }
};