summaryrefslogtreecommitdiffstats
path: root/usr.sbin/btrace
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2020-03-23 15:42:48 +0000
committermpi <mpi@openbsd.org>2020-03-23 15:42:48 +0000
commit7828ed3feb60e94f528e39ddc091bd20221ca951 (patch)
treea02420aaf6a8c1da68eb3ce004f049160c10d6be /usr.sbin/btrace
parentPrevent tsleep(9) with PCATCH from returning immediately without error (diff)
downloadwireguard-openbsd-7828ed3feb60e94f528e39ddc091bd20221ca951.tar.xz
wireguard-openbsd-7828ed3feb60e94f528e39ddc091bd20221ca951.zip
Map are printed by default now, document that option "-c" is needed :)
Diffstat (limited to 'usr.sbin/btrace')
-rw-r--r--usr.sbin/btrace/TODO7
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.sbin/btrace/TODO b/usr.sbin/btrace/TODO
index 7773fe30598..74f28acc5bd 100644
--- a/usr.sbin/btrace/TODO
+++ b/usr.sbin/btrace/TODO
@@ -1,6 +1,9 @@
-Missing features:
+Missing feature:
+
+- Option "-c command" to run `command' and use its PID as filter.
+
+Missing language features:
-- automatically print variables on exit
- if/else
- scratch variable ($name)
- `args', tracepoint arguments support (requires kernel work)