| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Adding lt_process_register to register processing function
callback in latrace tracer. The callback receives all the
data from the tracee FIFOs.
|
| |
|
|
|
| |
Added code to print the status info to the FILE, It'll be
needed for error simulation, which is comming in shortly.
|
| |
|
|
|
| |
Update documentation with configuration file details.
Update help output with missing help for '-N' option.
|
| | |
|
| |
|
|
|
| |
Add ARGS_STRING_POINTER_LENGTH option. It allows to display
pointer value and string length for "char *" arguments.
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
Added following config file options:
LIBS, LIBS_TO, LIBS_FROM, SYM, SYM_OMIT, SYM_BELOW
They match their command line equivalents.
|
| |
|
|
|
| |
it makes more sense to read the -N config file immediatelly within
the arguments processing, since more confing files can be added
|
| |
|
|
|
| |
moving tty fd into the config struct, since it's better fit
and it's needed for error simulation, which is comming in shortly
|
| |
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
| |
add '-n' option, allowing to omit tracing certain symbols
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
disabled for not supported architectures
|
| | |
|
| |
|
|
| |
liberty controled by autoconf now
|
| | |
|
| | |
|
| | |
|
| |
|