aboutsummaryrefslogtreecommitdiff
path: root/testsuite
AgeCommit message (Expand)Author
2014-02-05Set child stack alignment in trace-clone.cPetr Machata
2014-02-05Force use of SYS_open on aarch64 as wellPetr Machata
2014-02-05Rewrite system_calls.expPetr Machata
2014-02-05Improve HFA-related test casesPetr Machata
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-11-13Add a test case for wide character functionsPetr Machata
2013-11-06Support pre-8.5 TCL's by providing our own lreverse in ltrace.expPetr Machata
2013-11-05Add trace-irelative.exp to Makefile.amPetr Machata
2013-11-05Full support of IFUNC tracing on PPC32Petr Machata
2013-11-05The irelative test case should check for IFUNC in shared library as wellPetr Machata
2013-11-04Show "nil" also for void* valuesPetr Machata
2013-10-25Rewrite the IFUNC test case to avoid GCC attributePetr Machata
2013-10-24Fix fetching of system call arguments on i386Petr Machata
2013-10-23Add a test case for IRELATIVE and IFUNC supportPetr Machata
2013-10-23System calls are now part of dedicated symbol libraryPetr Machata
2013-09-26Add tests for %p format specifier crash and zero(EXPR) leaksPeter Wu
2013-03-22Fix a problem in lookup of typedef X_* when X is an intrinsic typePetr Machata
2013-03-19Add a test case for tracing dlopened libraries in attached processesPetr Machata
2013-03-19ltrace.exp: Flags called -l* encode shared libraries to link againstPetr Machata
2013-03-12Implement Base Procedure Call Standard for ARMPetr Machata
2013-03-12Add ARM singlestepping test suite to Makefile.amPetr Machata
2013-03-11Initial support for software singlestepping on ARMPetr Machata
2013-03-08Add a test for per-library configuration filesPetr Machata
2013-03-08Add ltraceDir, ltraceNamedSourcePetr Machata
2013-03-08Move ltraceParamTest from parameters2.exp to ltrace.exp, name ltraceLibTestPetr Machata
2013-03-08Add test for "addr" typePetr Machata
2012-12-05Don't mangle static symbol names internallyPetr Machata
2012-11-29Forgot to add parameters2.exp to Makefile.amPetr Machata
2012-11-29Don't use system-wide 'true', compile own binary insteadPetr Machata
2012-11-29Allow formatting floats, doubles in hexPetr Machata
2012-11-20Add lens "bitvec" for displaying objects as bit vectorsPetr Machata
2012-11-19Allow typedefs of lensesPetr Machata
2012-11-19Guard number of expanded structures of the same typePetr Machata
2012-11-19Allow forward declarations of structsPetr Machata
2012-11-19Show NULL pointers as "nil" in trace outputPetr Machata
2012-11-18Guard against redefinition of typedefPetr Machata
2012-11-18Parse correctly typedefs with common prefixPetr Machata
2012-11-18Add temporary files created by LtraceTempFile to list of files to wipePetr Machata
2012-11-07In trace-exec.exp, main should return intPetr Machata
2012-11-07Emit a newline in ltraceSourcePetr Machata
2012-11-07Don't rely on mktemp when creating temporary filePetr Machata
2012-11-01Test hiding structure elements, improve test for hiding function parametersPetr Machata
2012-11-01Add missing files to testsuite Makefile.am'sPetr Machata
2012-10-30Turn on leak checking with --enable-valgrindPetr Machata
2012-10-30For string types in printf.c, return a pointer to array, not arrayPetr Machata
2012-10-27Show failed command in ltraceRun and ltrace_runtestPetr Machata
2012-10-27Guard failures in ltraceRun and ltrace_runtestPetr Machata
2012-10-26Fix trace-exec test casePetr Machata
2012-10-24Change filters.exp to check both plain and PIE tracingPetr Machata