aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@thehackers.org>1997-08-25 16:45:22 +0200
committerJuan Cespedes <cespedes@thehackers.org>1997-08-25 16:45:22 +0200
commit3268a165cbb4d5b63d2cd7d9e63ccffc40d969e1 (patch)
treed757790c07891568fb9ac09ccc4f255a80833b21 /TODO
parent5e4455bffd7cd5c4a948ce7f7f4be9da55c67fb4 (diff)
downloadltrace-3268a165cbb4d5b63d2cd7d9e63ccffc40d969e1.tar.gz
Version 0.1.4
* Updated execute_process() * No longer uses signals to wait for children. Should be a little faster. * Now every function uses output.c:send_*() instead of `FILE * output'
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 5 insertions, 5 deletions
diff --git a/TODO b/TODO
index 432a967..72850d0 100644
--- a/TODO
+++ b/TODO
@@ -10,16 +10,16 @@
- It breakpointed at a syscall return
* ``struct_process'' should also have:
+ + The state of the process:
+ - uninitialized (DONE)
+ - running
+ - within a given library call
+ - within a given syscall (DONE)
+ All the symbols it has breakpointed, and, for each of them:
- its addr
- its return addr, if any
- whether the return addr is breakpointed (ie, if the symbol is ``active'')
- the original value in the addr, and in the return addr, if appropiate
- -
- + The state of the process:
- - uninitialized
- - running
- - within a given syscall
* I should parse a config file (/etc/ltrace.conf & ~/.ltracerc) to
handle different arguments to the library calls