aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@debian.org>2009-05-21 18:59:41 +0200
committerJuan Cespedes <cespedes@debian.org>2009-05-21 18:59:41 +0200
commitc693f02a01835a6fc603212d323a364a22a4fa26 (patch)
treefd99677e8395fc1b26c0e7d50dd4f7312d640046 /TODO
parente0660df7f943cc832694db3b8b6778c0ff65860d (diff)
downloadltrace-c693f02a01835a6fc603212d323a364a22a4fa26.tar.gz
Prepare for new Debian release
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 1 insertions, 4 deletions
diff --git a/TODO b/TODO
index 070a680..e747a28 100644
--- a/TODO
+++ b/TODO
@@ -16,9 +16,6 @@
* Option -I (inter-library calls)
* Modify ARGTYPE_STRING[0-5] types so that they don't stop displaying chars when '\0' is seen
* Get rid of EVENT_ARCH_SYSCALL and EVENT_ARCH_SYSRET
-* EVENT_EXEC instead of exec_p()
-* If EVENT_EXEC is received:
- + Clean structs with breakpoints, open new created program
* Cleaner way to use breakpoints:
+ BP is placed in the PLT
+ When control hits there:
@@ -39,4 +36,4 @@
* Create different ltrace processes to trace different children
* 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 processes
+* When using -p, find out if that process is sharing memory with other procs