diff options
author | Mattias Andrée <maandree@kth.se> | 2020-06-01 21:00:34 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2020-06-01 21:00:34 +0200 |
commit | 40811de9408bd26ae1a7f8dd65333e33053c0f05 (patch) | |
tree | 22518875606b76f1e390f9abc17bc264d453f254 /sctrace.c | |
parent | Minor output improvements (diff) | |
download | sctrace-40811de9408bd26ae1a7f8dd65333e33053c0f05.tar.gz sctrace-40811de9408bd26ae1a7f8dd65333e33053c0f05.tar.bz2 sctrace-40811de9408bd26ae1a7f8dd65333e33053c0f05.tar.xz |
Add a todo
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | sctrace.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -183,6 +183,7 @@ main(int argc, char **argv) sigset_t sm; /* TODO add option to trace signals with siginfo (-s) */ + /* TODO add option to truncate long syscall arguments and outputs (-a) */ ARGBEGIN { case '0': with_argv0 = 1; |