aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2011-11-29 14:41:11 +0100
committerPetr Machata <pmachata@redhat.com>2011-11-29 14:41:11 +0100
commit616906d8b995d9a6640c5be237abf1028418213e (patch)
tree5a467f6c2f490328e21b29c6d061a0476234a826 /TODO
parent97b208405bcbf2fc75a70fba7d094740f590cb90 (diff)
downloadltrace-616906d8b995d9a6640c5be237abf1028418213e.tar.gz
Update BUGS and TODO (remove the notes about thread support)
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index 5063737..4659372 100644
--- a/TODO
+++ b/TODO
@@ -27,10 +27,6 @@
+ When control hits one of our return addresses:
- get return value...
- change PC to the right place
-* To be able to work with processes sharing memory, we must:
- + ptrace() every single thread
- + place breakpoints only in places where the process control can continue
- without having to remove it
* List source dependencies in Makefile
* Create different ltrace processes to trace different children
* After a clone(), syscalls may be seen as sysrets in s390 (see trace.c:syscall_p())