From ffd4f3c8239b41d3fe9fa14403eb063e02b6a222 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Sat, 13 Sep 2014 00:41:11 +0200 Subject: ddb: add `show all tasks' command * ddb/db_command.c (db_show_all_cmds): Add `tasks'. * ddb/db_print.c (db_show_all_tasks): New function. * ddb/db_print.h (db_show_all_tasks): New prototype. --- ddb/db_command.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ddb/db_command.c') diff --git a/ddb/db_command.c b/ddb/db_command.c index 81711192..56516672 100644 --- a/ddb/db_command.c +++ b/ddb/db_command.c @@ -304,6 +304,7 @@ db_command_list( } struct db_command db_show_all_cmds[] = { + { "tasks", db_show_all_tasks, 0, 0 }, { "threads", db_show_all_threads, 0, 0 }, { "slocks", db_show_all_slocks, 0, 0 }, { (char *)0 } -- cgit v1.2.3