summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_command.c
diff options
context:
space:
mode:
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 71ead73..c5c820c 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, }
};
OpenPOWER on IntegriCloud