summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* MiniDebugInfo test: tests/run-coredump-unwind-mdiMartin Milata2012-08-104-3/+53
* Make coredump test also test unw_get_proc_nameMartin Milata2012-08-082-6/+22
* Fix a SIGSEGV in test-ptrace.cArun Sharma2012-08-041-0/+7
* Fix a test failureArun Sharma2012-08-041-1/+4
* Fix some compiler warningsArun Sharma2012-08-041-1/+1
* Use unw_context_t instead of ucontext_t in tests/Gtest-trace.c and tests/Gtes...Tommi Rantala2012-07-312-2/+2
* Fix IP vs. PC confusion in tests on ARMTommi Rantala2012-07-312-2/+2
* Rip out AC_TYPE_SIGNAL and sighandler_t checkTommi Rantala2012-07-312-8/+0
* Build libunwind-coredump using libtoolMartin Milata2012-07-041-1/+1
* Port crasher to FreeBSD.Konstantin Belousov2012-06-231-1/+49
* coredump: add testMartin Milata2012-05-314-20/+147
* Fix test build on FreeBSD.Konstantin Belousov2012-05-241-0/+10
* Fix compilation on IA64Martin Milata2012-05-231-0/+11
* Fixup whitespace in Makefile.Arun Sharma2012-03-141-2/+2
* Update namespace checks for dwarf_find_unwind_tablesArun Sharma2012-03-121-0/+10
* Compile fix for platforms other than linux-i386Arun Sharma2012-03-121-1/+12
* Move the test case to tests dir.Arun Sharma2012-03-122-1/+319
* Add missing <signal.h> include directiveKen Werner2011-10-291-1/+1
* [ARM] fix for the check-namespace test caseKen Werner2011-10-151-0/+21
* Fix linker errors with recent binutilsArun Sharma2011-10-151-7/+7
* Fix incorrect calls to memset.Arun2011-10-021-1/+1
* Explicitly specify the librariesArun Sharma2011-09-101-2/+2
* Skip a few tests on uCLibCSven Neumann2011-08-271-3/+6
* Fix a compiler warningArun Sharma2011-08-151-0/+1
* ARM: tests/Gtest-dyn1.c workaround for GCC bug.Ken Werner2011-04-211-2/+6
* ARM: tests/Gtest-dyn1.c fixes.Ken Werner2011-04-211-0/+15
* ARM: tests/Gtest-trace.c - IP printingKen Werner2011-04-211-0/+2
* Add the appropriate libraries to the *_LDADD variables.Ken Werner2011-04-211-6/+6
* Increase alternate signal stack size.Ken Werner2011-04-052-6/+10
* Add a test to catch calls to calloc from libunwindArun Sharma2011-04-053-2/+147
* Undo parts of 2f9b04e9c29999d18906e37b37dcea9676df194fArun Sharma2011-04-051-1/+1
* Drop a call frame in tdep_trace and avoid a call to unw_step.Lassi Tuura2011-04-012-30/+40
* Export unw_backtrace() and alias backtrace() to it.Lassi Tuura2011-04-011-0/+1
* Mark slow_backtrace() ALWAYS_INLINEArun Sharma2011-03-311-1/+1
* Ensure tests pass on 32 bit x86.Arun Sharma2011-03-251-1/+2
* Assign copyright as requested by the author.Lassi Tuura2011-03-251-1/+1
* Add some performance tests for fast backtracing.Arun Sharma2011-03-253-2/+259
* Fix up compilation and test failuresArun Sharma2011-03-243-16/+4
* Fast back-trace for x86_64 for only collecting the call stack.Lassi Tuura2011-03-244-0/+279
* Remove the unused arm_extbl_test_LDADD from Makefile.amArun Sharma2011-03-241-2/+0
* Remove the arm-extbl-test.Ken Werner2011-03-242-104/+0
* Fix build and distribution on the FreeBSD.Konstantin Belousov2011-03-241-0/+1
* Fixup trailing whitespaceArun Sharma2011-03-222-4/+4
* Replace libuwind-elf32.la with $(LIBUNWIND_ELF)Arun Sharma2011-03-221-2/+13
* Add test of backtracing using ARM-specific tablesZachary T Welch2011-03-222-0/+106
* Fix test-ptrace argument parsing.Zachary T Welch2011-03-071-0/+2
* Explicitly add dependent shared libraries.Ken Werner2011-03-071-23/+24
* Improve test LDADD settings.Zachary T Welch2010-11-291-14/+34
* Add MAINTAINERCLEANFILES to Makefile.am files.Zachary T Welch2010-11-081-0/+2
* Add Gtest-nomalloc.c to EXTRA_DIST so we pass "make check"Arun Sharma2010-08-041-1/+1