summaryrefslogtreecommitdiff
path: root/ddb/db_print.h
diff options
context:
space:
mode:
Diffstat (limited to 'ddb/db_print.h')
-rw-r--r--ddb/db_print.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ddb/db_print.h b/ddb/db_print.h
index dacb47b..87db97b 100644
--- a/ddb/db_print.h
+++ b/ddb/db_print.h
@@ -38,6 +38,12 @@ void db_show_one_thread(
db_expr_t count,
const char * modif);
+void db_show_all_tasks(
+ db_expr_t addr,
+ int have_addr,
+ db_expr_t count,
+ const char * modif);
+
void db_show_all_threads(
db_expr_t addr,
int have_addr,