-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
33 lines (29 loc) · 1.14 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
latrace TODO - feel free to contact me with any feature ideas
-------------------------------------------------------------
for 0.5.12
- document the config file usage
- testing/fixing bugs
- config - arrays in structures
- add mask enum support (ORed values)
- add support for display number at different bases (2,8,10,16)
- variable lenght argument output (printf like)
- config - long/float/double support
- config - X symbols config file
- runtime configuration control
- segfault handling support (libSegFault.so loading support)
- statistics for recursive calls
- automated tests
- other LD_AUDIT interface functions utilization
- statistics check
bugs
- make waiting for child exit more robust (suspend/continue...)
- library settings does not work properly
- testing, segfaults with skype (test with simple LD_AUDIT lib)
- test statistics counts
- fifo reading more inteligent
- detailed arguments buffer memory management (now fixed size)
- environment variables to the include path
- check we dont cross all the hardcoded limits
- consolidate leveled VERBOSE output
- info doc (produce html, pdf... outputs)