summaryrefslogtreecommitdiffstats
path: root/src/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* error simulation: added support to display backtrace infoJiri Olsa2011-11-241-4/+14
|
* error simulation: library partjolsa@redhat.com2011-11-241-0/+7
|
* error simulation: application partJiri Olsa2011-11-241-1/+9
|
* Makefiles cleanupJiri Olsa2011-05-291-0/+12
| | | | | - moved specific cleanup into src/Makefile - added OBJS_DEPS_OMIT variable to ease DEPS_OBJS generation
* adding OUTPUT_TTY config file optionJiri Olsa2011-05-051-1/+2
| | | | | | | | | | - 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 automated test supportJiri Olsa2011-04-201-2/+2
| | | | | | | So far for x86 and x86_64 others are disabled. From this time on, I'll try to force addition of automated test for each fix/feature.. ;)
* adding support for configuration filejolsa@redhat.com2011-04-051-4/+9
| | | | | | | | | | | | | | | | | | | | - 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
* moving conf header files to new location + rename s/conf/h/jolsa@redhat.com2011-04-051-1/+1
|
* Sebastian Pipping <sping@gentoo.org>Jiri Olsa2011-02-151-3/+3
| | | | fix LDFLAGS/CFLAGS usage
* adding support for global symbol configJiri Olsa2011-01-311-1/+2
| | | | | | 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
* adding stack limits dynamic checkJiri Olsa2010-09-071-1/+2
|
* updating license infoJiri Olsa2010-08-051-1/+1
|
* separate arguments display code, so it could beJiri Olsa2010-08-051-3/+7
| | | | disabled for not supported architectures
* changing permissions of libltaudit.so to 755Jiri Olsa2010-06-031-1/+1
|
* Akos Pasztory <akos.pasztory@gmail.com>Jiri Olsa2010-03-011-1/+1
| | | | shlib doesn't need to be executable
* Akos Pasztory <akos.pasztory@gmail.com>Jiri Olsa2010-03-011-2/+2
| | | | added check for liberty-pic
* Akos Pasztory <akos.pasztory@gmail.com>Jiri Olsa2010-03-011-1/+1
| | | | added checks for asciidoc and xmlto
* controled config bug fixJiri Olsa2010-02-281-2/+4
| | | | liberty controled by autoconf now
* controled config feature and disable auditing featureJiri Olsa2010-02-131-0/+3
|
* initial commit - 0.5.7Jiri Olsa2009-09-041-0/+67