summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* config: Add SYM_NOEXIT optionJiri Olsa2011-06-171-1/+4
| | | | | | | | | Added SYM_NOEXIT option to be able to run only pltentry callback for specified symbols. This option is needed for setjmp symbol, otherwise the tracee segfaults. The "_setjmp" symbol is added as default value to the global config file.
* config: Add libs and symbols specfication config file optionsJiri Olsa2011-06-171-0/+27
| | | | | | | | Added following config file options: LIBS, LIBS_TO, LIBS_FROM, SYM, SYM_OMIT, SYM_BELOW They match their command line equivalents.
* args - replacing destination strings with void pointersjolsa@redhat.com2011-05-292-12/+12
| | | | | | | | | | | | | As per David Gilbert's email: On library functions like strcpy() where there is a destination string, latrace -A ends up trying to print out the destination buffer which may be completely invalid. Maybe it's worth doing the same trick that ltrace does, and just declare the destination parameters as void* until we handle bad characters somehow, replacing destination char pointers with void pointers
* adding OUTPUT_TTY config file optionJiri Olsa2011-05-051-0/+4
| | | | | | | | | | - added OUTPUT_TTY config file option it is possible to catch traced program tty output and storing it to the configured file (0/1/2 descriptors are monitored) - added automated test for the option - refactoring process method a bit - disabling connection between -R and -q options
* adding support for configuration filejolsa@redhat.com2011-04-051-11/+53
| | | | | | | | | | | | | | | | | | | | - separating bison/flex functions for args and config - the "include file support" unified among new conf and C header parsing - support for following options: HEADERS INDENT_SYM PIPE TIMESTAMP FRAMESIZE FRAMESIZE_CHECK HIDE_TID FOLLOW_FORK FOLLOW_EXEC DEMANGLE BRACES ENABLE_ARGS DETAIL_ARGS
* moving conf header files to new location + rename s/conf/h/jolsa@redhat.com2011-04-0536-40/+58
|
* refactoring sysdep configurationJiri Olsa2010-04-291-0/+3
|
* refactoring sysdep configurationJiri Olsa2010-04-294-6/+0
|
* added clone functioJiri Olsa2009-10-201-0/+3
|
* initial commit - 0.5.7Jiri Olsa2009-09-0436-0/+2358