latrace
SourceForge.net Logo

 latrace 0.5.6 (7/6/2009) 
- Fedora rpm package release
- several minor fixies:
   added support pointers in typedef
   fixed minor bug for pointer output
   added more checks to configure.ac
   make mrproper real propper
   added DESTDIR makefile support


 latrace 0.5.5 (4/25/2009) 

- added enum support
- added -F option to disable fork following
- added -E option to disable exec following
- added -T option to hide thread id 
- x86_64 - added 'pcC' options , since it looks
  glibc bug 7055 got fixed somehow
- x86_64 - fixed argument display (fixed glibc bug 9893,
  not sure when the glibc fix will be available 2.10?)
- stats - added -C sym, fixed -C lib
- confs - added syscall.conf (x86_64), mman.conf, resource.conf
- asciidoc man/html/txt


latrace 0.5.4 (3/2/2009) 

- ARM support (EABI)
- added config file support for 'float', 'double', 'long long' and 
  'unsigned long long'
- licensed under GPLv3
- initial Debian packaging
- ignore 'const' and 'extern' in config files
  Make it easier to reuse ordinary .h files (though it's still 
  far away).
- configuration files are installed into $(sysconfdir);
- x86_64 - disabled argument display (options 'AaD'), because of the 
  glibc bug 9893
- x86 - structure display fix


latrace 0.5.3 (12/12/2008) 

- x86_64 full support
- autoreconf compliant
- new '-b' option to display flow only below requested symbols
- new '-L' option to support objsearch LD_AUDIT interface
- bug fixes


latrace 0.5.2 (11/12/2008) 

- bug fixes, should be more stable


latrace 0.5.1 (10/26/2008) 

- C like syntax for the config file - typedef/struct/functions 
  (bison/flex)
- optional detailed output for structures (by ptr and value)
- documentation - doc/expl in the man page


latrace 0.5 (7/7/2008) 

- display arguments values
- compile on x86_64


latrace 0.4 (6/13/2008) 

- multithread counts support
- separate verbose and debug ouput
- runtime for each thread
- stats - reallocation for symbol hashtable
- documentation - initial latrace man page


latrace 0.3 (6/7/2008) 

- separate verbose logging
- indent size configurable
- sort counts by user parameter (calls, %, library)
- output to file
- more statistics counts, time spent in call


latrace 0.2 (5/26/2008) 

- statistics (like strace -c)
- looking for programs in PATH, not just absolute path
- symbols deep indentation


latrace 0.1 (5/18/2008) 

- config symbols to audit
- config libraries to audit