| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
using proper %zu for size_t argument in printf
|
| |
|
|
|
| |
Add ARGS_STRING_POINTER_LENGTH option. It allows to display
pointer value and string length for "char *" arguments.
|
| |
|
|
|
|
|
| |
+ force test.sh to use bash
+ fix test_char tests
contributed by Dr. David Alan Gilbert <david.gilbert@linaro.org>
|
| |
|
|
|
|
|
|
| |
cppcheck discovered some memory leaks
(http://cppcheck.sourceforge.net/)
It'd be worth adding Makefile target to run/check
cppcheck output automatically.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
| |
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
|
| | |
|
| | |
|
| |
|
|
| |
added support for enum string refference definition
|
| | |
|
| |
|