aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Expand)Author
2014-01-10Add support for using elfutils as unwinder.Mark Wielaard
2013-11-21Consider exec and exit events an end of outstanding callsPetr Machata
2013-10-23Split ltrace.conf into libc.so.conf and libacl.so.conf; add libm.so.confPetr Machata
2013-10-23System calls are now part of dedicated symbol libraryPetr Machata
2013-09-01Drop mention of ltrace.spec from Makefile.amPetr Machata
2013-03-11Extract the function bitcount to a separate modulePetr Machata
2013-03-08The define -DSYSCONFDIR should be visible across the whole buildPetr Machata
2013-03-08Introduce a module for managing prototypes and prototype librariesPetr Machata
2012-12-10Don't rely on availability of open_memstreamPetr Machata
2012-12-04Fix detection of libunwindPetr Machata
2012-11-10ltrace.conf.5 needs to be installed to man5Petr Machata
2012-10-26Update copyright information and license headersPetr Machata
2012-10-25Add new files to Makefile.amPetr Machata
2012-09-25Extract enum callback_status to a separate modulePetr Machata
2012-08-31Add forgotten header files to Makefile.amPetr Machata
2012-08-29Add enum lens, drop ARGTYPE_ENUMPetr Machata
2012-08-29Add lensesPetr Machata
2012-08-29Add backend.h for backend interfacesPetr Machata
2012-08-29Introduce printf module, drop ARGTYPE_FORMATPetr Machata
2012-08-29Add module param.c/param.hPetr Machata
2012-08-29Add module zero.c/zero.hPetr Machata
2012-08-29Add fetch.c/fetch.h, a module for fetching function argumentsPetr Machata
2012-08-29Add expr.c, expr.h, plug in properlyPetr Machata
2012-08-29Add type.c/.h, value.c/.h, value_dict.c/.hPetr Machata
2012-08-29New module for implementation of array that can grow on demandPetr Machata
2012-06-01We should look for demangle in libstdc++ as wellPetr Machata
2012-06-01Save copies of libtool m4 macros in config/m4 (to make autoreconf -fiv happy)Michael K. Edwards
2012-04-19Add glob.c/.h, filter.c/.hPetr Machata
2012-04-19The first crude version of tracing across librariesPetr Machata
2010-12-10Switch CPPFLAGS and LDFLAGS to AM_ variantsZachary T Welch
2010-12-10Update EXTRA_DIST for renamed fileZachary T Welch
2010-11-28Convert testsuite to use autotoolsZachary T Welch
2010-11-28Add config.h.in{, ~} to MAINTAINERCLEANFILESZachary T Welch
2010-11-28Remove superfluous files from distributionZachary T Welch
2010-11-28Add -w/--where to show backtraces of traced functions.Joe Damato
2010-11-28autotoolization: add basic autotools infrastructureMarc Kleine-Budde