summaryrefslogtreecommitdiffstats
path: root/src/config.c
Commit message (Collapse)AuthorAgeFilesLines
* error simulation: automated changesjolsa@redhat.com2011-11-241-0/+2
|
* error simulation: automation application partjolsa@redhat.com2011-11-241-0/+2
|
* config: adding value list supportjolsa@redhat.com2011-11-241-2/+13
|
* error simulation: application partJiri Olsa2011-11-241-3/+41
|
* fifo,run: Add support for multiple processing functionsJiri Olsa2011-11-241-0/+2
| | | | | | Adding lt_process_register to register processing function callback in latrace tracer. The callback receives all the data from the tracee FIFOs.
* output: print the status info to a FILEJiri Olsa2011-11-241-0/+1
| | | | | Added code to print the status info to the FILE, It'll be needed for error simulation, which is comming in shortly.
* doc - update configuration file stuffJiri Olsa2011-07-281-0/+1
| | | | | Update documentation with configuration file details. Update help output with missing help for '-N' option.
* config: Fix memory leak in names list codeJiri Olsa2011-06-211-0/+4
|
* args: Aadd support to display string pointer and lengthJiri Olsa2011-06-171-1/+12
| | | | | Add ARGS_STRING_POINTER_LENGTH option. It allows to display pointer value and string length for "char *" arguments.
* config: Add SYM_NOEXIT optionJiri Olsa2011-06-171-0/+6
| | | | | | | | | 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-12/+87
| | | | | | | | Added following config file options: LIBS, LIBS_TO, LIBS_FROM, SYM, SYM_OMIT, SYM_BELOW They match their command line equivalents.
* reading the -N config file immediatelly within args processingJiri Olsa2011-05-301-14/+8
| | | | | it makes more sense to read the -N config file immediatelly within the arguments processing, since more confing files can be added
* tty output - move fd to the config structJiri Olsa2011-05-291-0/+1
| | | | | moving tty fd into the config struct, since it's better fit and it's needed for error simulation, which is comming in shortly
* adding OUTPUT_TTY config file optionJiri Olsa2011-05-051-3/+11
| | | | | | | | | | - 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-16/+248
| | | | | | | | | | | | | | | | | | | | - 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
* Artur Skawina <art.08.09@gmail.com>Jiri Olsa2010-10-131-1/+10
| | | | add '-n' option, allowing to omit tracing certain symbols
* synchronize --no-* option namesJiri Olsa2010-09-151-6/+6
|
* adding stack limits dynamic checkJiri Olsa2010-09-071-7/+14
|
* updating license infoJiri Olsa2010-08-051-1/+1
|
* separate arguments display code, so it could beJiri Olsa2010-08-051-2/+15
| | | | disabled for not supported architectures
* changed config file magic definesJiri Olsa2010-08-051-1/+1
|
* controled config bug fixJiri Olsa2010-02-281-0/+6
| | | | liberty controled by autoconf now
* controled config feature and disable auditing featureJiri Olsa2010-02-131-1/+13
|
* refactoring shared configJiri Olsa2010-02-131-32/+33
|
* added initial support for timestamp displayJiri Olsa2009-09-151-1/+7
|
* initial commit - 0.5.7Jiri Olsa2009-09-041-0/+293