summaryrefslogtreecommitdiffstats
path: root/src/config-bison.y
Commit message (Collapse)AuthorAgeFilesLines
* changeserror_simulation5Jiri Olsa2012-01-111-6/+26
|
* error simulation: automated changesjolsa@redhat.com2012-01-111-21/+17
|
* error simulation: automation application partjolsa@redhat.com2012-01-111-8/+28
|
* config: adding value list supportjolsa@redhat.com2012-01-111-2/+15
|
* error simulation: adding sigsegv handler supportjolsa@redhat.com2012-01-111-1/+8
|
* error simulation: add starting point for GO definitionjolsa@redhat.com2012-01-111-3/+10
|
* error simulation: allow to omit trace/tty/stat storagejolsa@redhat.com2012-01-111-0/+1
|
* error simulation: application partJiri Olsa2012-01-111-28/+142
|
* args: Aadd support to display string pointer and lengthJiri Olsa2011-06-171-1/+7
| | | | | 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-1/+11
| | | | | | | | | 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-5/+87
| | | | | | | | Added following config file options: LIBS, LIBS_TO, LIBS_FROM, SYM, SYM_OMIT, SYM_BELOW They match their command line equivalents.
* adding OUTPUT_TTY config file optionJiri Olsa2011-05-051-1/+6
| | | | | | | | | | - 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-0/+179
- 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