aboutsummaryrefslogtreecommitdiff
path: root/TODO
blob: 8a4217564c54b231c2312ce204ad8313c952e3ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
-------------------------------------------------------------------------------
``struct_process'' should also have:
 * 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
-------------------------------------------------------------------------------