summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* changeserror_simulation3Jiri Olsa2012-01-051-2/+30
* changeserror_simulation2Jiri Olsa2011-11-2410-42/+189
* error simulation: automated changesjolsa@redhat.com2011-11-248-46/+334
* error simulation: automation application partjolsa@redhat.com2011-11-249-57/+326
* error simulation: automation library partjolsa@redhat.com2011-11-242-20/+58
* config: adding value list supportjolsa@redhat.com2011-11-243-6/+39
* error simulation: adding sigsegv handler supportjolsa@redhat.com2011-11-245-3/+61
* error simulation: added support to display backtrace infoJiri Olsa2011-11-2414-34/+643
* error simulation: add starting point for GO definitionjolsa@redhat.com2011-11-244-7/+17
* error simulation: allow to omit trace/tty/stat storagejolsa@redhat.com2011-11-243-16/+29
* error simulation: library partjolsa@redhat.com2011-11-248-7/+239
* error simulation: application partJiri Olsa2011-11-2416-43/+1170
* fifo,run: Add support for multiple processing functionsJiri Olsa2011-11-243-8/+60
* fifo: Using shared config in fifo functionsJiri Olsa2011-11-244-23/+23
* output: print the status info to a FILEJiri Olsa2011-11-244-3/+15
* output: adding support for simple text outputJiri Olsa2011-11-247-24/+96
* run: Fix leak in thread structure and fifo descriptor releaseJiri Olsa2011-11-242-2/+20
* fifo: Fix leak of notify watchnotify_leak1notify_leakJiri Olsa2011-11-134-6/+22
* make: Fixes paraller building like 'make -j16'Tapani Pälli2011-09-112-3/+7
* change release number to 0.5.12jolsa@redhat.com2011-09-111-1/+1
* 0.5.11 release changeslatrace-0.5.11Jiri Olsa2011-07-284-4/+41
* doc - update configuration file stuffJiri Olsa2011-07-283-116/+212
* args: fix size_t printf compile warningjolsa@redhat.com2011-07-082-1/+4
* config: Fix memory leak in names list codeJiri Olsa2011-06-212-0/+7
* test: Add test for ARGS_STRING_POINTER_LENGTH optionJiri Olsa2011-06-173-3/+46
* args: Aadd support to display string pointer and lengthJiri Olsa2011-06-177-5/+39
* test: Add tests for LIBS*/SYM* optionsJiri Olsa2011-06-1711-22/+488
* config: Add SYM_NOEXIT optionJiri Olsa2011-06-178-3/+44
* config: Add libs and symbols specfication config file optionsJiri Olsa2011-06-176-22/+227
* test: Move all tests to scriptsJiri Olsa2011-06-177-13/+25
* make tracer return actual tracee statusJiri Olsa2011-06-163-4/+7
* global_symbol fix - proper tree managementJiri Olsa2011-06-153-15/+20
* adding large file supportJiri Olsa2011-06-075-2/+10
* reading the -N config file immediatelly within args processingJiri Olsa2011-05-302-14/+10
* tracer waiting code - do not exit the wait loop prematurelyJiri Olsa2011-05-302-5/+8
* Makefiles cleanupJiri Olsa2011-05-292-5/+13
* tty output - move fd to the config structJiri Olsa2011-05-295-6/+20
* args - replacing destination strings with void pointersjolsa@redhat.com2011-05-293-12/+13
* adding tests for latrace terminationjolsa@redhat.com2011-05-297-14/+216
* adding SIGTERM/SIGINT handlersJiri Olsa2011-05-292-31/+137
* enable tests for ARM architectureDr. David Alan Gilbert2011-05-253-2/+6
* test_long - separate 32/64 versionsJiri Olsa2011-05-255-134/+140
* fix test_[short|int|long] testsJiri Olsa2011-05-254-43/+43
* args - use isprint to decide whether to print the characterDr. David Alan Gilbert2011-05-255-15/+25
* fixed errors discovered by cppcheckJiri Olsa2011-05-143-8/+12
* build fix for ARMJiri Olsa2011-05-142-1/+5
* adding OUTPUT_TTY config file optionJiri Olsa2011-05-0512-34/+299
* adding automated test supportJiri Olsa2011-04-2018-4/+1021
* prevent gcc warning with single printf like arg passingJiri Olsa2011-04-193-9/+13
* add threads fifo management to special directoryJiri Olsa2011-04-164-31/+88