summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Factor out and export dwarf_find_debug_frame() functionArun Sharma2010-05-261-0/+9
* Add unwind descriptors to getcontext.SArun Sharma2010-04-281-1/+1
* GCC compatibility on x86 for C++ exception handlingArun Sharma2010-04-122-0/+84
* Merge remote branch 'origin/master' into freebsdKonstantin Belousov2010-04-051-0/+2
|\
| * Refactor os specific code for x86 (both 32 and 64 bit).Arun Sharma2010-04-041-0/+2
* | Normalize test codeKonstantin Belousov2010-04-041-1/+6
* | malloc.h is not needed.Konstantin Belousov2010-04-041-1/+0
* | Revert "Test for malloc.h."Konstantin Belousov2010-04-041-6/+0
* | Test for malloc.h.Konstantin Belousov2010-04-031-0/+6
* | Merge with origin/masterKonstantin Belousov2010-03-313-14/+29
|\ \ | |/
| * Cap the runtime for rs-raceArun Sharma2010-03-101-5/+10
| * Fix a couple of test breakages on x86_64Arun Sharma2010-03-101-6/+7
| * Fix some test failures on x86_64 on distros with small default stacks.Arun Sharma2010-03-101-3/+8
* | Close #ifKonstantin Belousov2010-03-111-0/+1
* | Fix i386 distinctions between freebsd and linux for mcontext.Konstantin Belousov2010-03-101-0/+3
* | Fix PT_SYSCALL ignoring of ipKonstantin Belousov2010-03-081-1/+1
* | Port test-ptraceKonstantin Belousov2010-03-081-1/+34
* | Revert "sys/types.h"Konstantin Belousov2010-03-081-8/+0
* | Properly handle -ldl and -lutilKonstantin Belousov2010-03-071-1/+1
* | sys/types.hKonstantin Belousov2010-03-061-0/+8