summaryrefslogtreecommitdiffstats
path: root/src/args.c
Commit message (Collapse)AuthorAgeFilesLines
* changeserror_simulation2Jiri Olsa2011-11-241-2/+2
|
* args: fix size_t printf compile warningjolsa@redhat.com2011-07-081-1/+1
| | | | using proper %zu for size_t argument in printf
* args: Aadd support to display string pointer and lengthJiri Olsa2011-06-171-2/+8
| | | | | Add ARGS_STRING_POINTER_LENGTH option. It allows to display pointer value and string length for "char *" arguments.
* args - use isprint to decide whether to print the characterDr. David Alan Gilbert2011-05-251-1/+2
| | | | | | | + force test.sh to use bash + fix test_char tests contributed by Dr. David Alan Gilbert <david.gilbert@linaro.org>
* fixed errors discovered by cppcheckJiri Olsa2011-05-141-7/+10
| | | | | | | | cppcheck discovered some memory leaks (http://cppcheck.sourceforge.net/) It'd be worth adding Makefile target to run/check cppcheck output automatically.
* fix display of char argumentsJiri Olsa2011-04-161-2/+2
|
* adding support for configuration filejolsa@redhat.com2011-04-051-127/+21
| | | | | | | | | | | | | | | | | | | | - 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
* adding support for global symbol configJiri Olsa2011-01-311-26/+28
| | | | | | one global tree to rule them all - only one tree is searched during the plt entry/exit - symbols are added during the bind audit callback
* updating license infoJiri Olsa2010-08-051-1/+1
|
* refactoring sysdep configurationJiri Olsa2010-04-291-0/+12
|
* fixed enum handling (strtol failure)Jiri Olsa2010-04-081-9/+89
| | | | added support for enum string refference definition
* refactoring shared configJiri Olsa2010-02-131-38/+38
|
* initial commit - 0.5.7Jiri Olsa2009-09-041-0/+1066