aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@coco.thehackers.org>2009-05-22 19:12:07 +0200
committerJuan Cespedes <cespedes@coco.thehackers.org>2009-05-22 19:12:07 +0200
commit3e94cbf0d388a5b5b49f8dbc60f4b24900de89ae (patch)
tree807917dc27f4a2783473ba116f362c455431cf2d /TODO
parent30439b42294d678f2066522aecdb664132170a41 (diff)
downloadltrace-3e94cbf0d388a5b5b49f8dbc60f4b24900de89ae.tar.gz
See syscalls as syscalls and not sysrets when we are a clone
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index e747a28..d3b3fa0 100644
--- a/TODO
+++ b/TODO
@@ -37,3 +37,4 @@
* debug: change "-d" option to be something like "-d elf,events", or "-d breakpoints"
* Find out if a process is sharing memory with its parent?
* When using -p, find out if that process is sharing memory with other procs
+* After a clone(), syscalls may be seen as sysrets in s390 (see trace.c:syscall_p())