Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libunwind
/
2c865b6ed3833ec591c7972f545b8ed5cadfd246
/
tests
9a311bf
[ARM] fix for the check-namespace test case
by Ken Werner
· 13 years ago
42b6708
Fix linker errors with recent binutils
by Arun Sharma
· 13 years ago
f89fb17
Fix incorrect calls to memset.
by Arun
· 13 years ago
1d8e2c1
Explicitly specify the libraries
by Arun Sharma
· 13 years ago
f195c9a
Skip a few tests on uCLibC
by Sven Neumann
· 13 years ago
4dbc2bc
Fix a compiler warning
by Arun Sharma
· 13 years ago
288f18f
ARM: tests/Gtest-dyn1.c workaround for GCC bug.
by Ken Werner
· 14 years ago
3b917f2
ARM: tests/Gtest-dyn1.c fixes.
by Ken Werner
· 14 years ago
a624812
ARM: tests/Gtest-trace.c - IP printing
by Ken Werner
· 14 years ago
d589e20
Add the appropriate libraries to the *_LDADD variables.
by Ken Werner
· 14 years ago
e4593e2
Increase alternate signal stack size.
by Ken Werner
· 14 years ago
d86155f
Add a test to catch calls to calloc from libunwind
by Arun Sharma
· 14 years ago
4dc222c
Undo parts of 2f9b04e9c29999d18906e37b37dcea9676df194f
by Arun Sharma
· 14 years ago
5f38f35
Drop a call frame in tdep_trace and avoid a call to unw_step.
by Lassi Tuura
· 14 years ago
50bc12a
Export unw_backtrace() and alias backtrace() to it.
by Lassi Tuura
· 14 years ago
2f9b04e
Mark slow_backtrace() ALWAYS_INLINE
by Arun Sharma
· 14 years ago
27d0dbf
Ensure tests pass on 32 bit x86.
by Arun Sharma
· 14 years ago
3b9fd99
Assign copyright as requested by the author.
by Lassi Tuura
· 14 years ago
741a5a2
Add some performance tests for fast backtracing.
by Arun Sharma
· 14 years ago
7ff83c0
Fix up compilation and test failures
by Arun Sharma
· 14 years ago
9e98f15
Fast back-trace for x86_64 for only collecting the call stack.
by Lassi Tuura
· 14 years ago
6c1a58f
Remove the unused arm_extbl_test_LDADD from Makefile.am
by Arun Sharma
· 14 years ago
6e25c11
Remove the arm-extbl-test.
by Ken Werner
· 14 years ago
04fc88f
Fix build and distribution on the FreeBSD.
by Konstantin Belousov
· 14 years ago
0613d4c
Fixup trailing whitespace
by Arun Sharma
· 14 years ago
5769551
Replace libuwind-elf32.la with $(LIBUNWIND_ELF)
by Arun Sharma
· 14 years ago
4870386
Add test of backtracing using ARM-specific tables
by Zachary T Welch
· 14 years ago
13cd3b0
Fix test-ptrace argument parsing.
by Zachary T Welch
· 14 years ago
c2cc122
Explicitly add dependent shared libraries.
by Ken Werner
· 14 years ago
7e767a2
Improve test LDADD settings.
by Zachary T Welch
· 14 years ago
651e9bb
Add MAINTAINERCLEANFILES to Makefile.am files.
by Zachary T Welch
· 14 years ago
982d590
Add Gtest-nomalloc.c to EXTRA_DIST so we pass "make check"
by Arun Sharma
· 14 years ago
546463d
Factor out and export dwarf_find_debug_frame() function
by Arun Sharma
· 15 years ago
215afa3
Add unwind descriptors to getcontext.S
by Arun Sharma
· 15 years ago
c2d7804
GCC compatibility on x86 for C++ exception handling
by Arun Sharma
· 15 years ago
fd88f41
Merge remote branch 'origin/master' into freebsd
by Konstantin Belousov
· 15 years ago
8e53e62
Refactor os specific code for x86 (both 32 and 64 bit).
by Arun Sharma
· 15 years ago
459b2a5
Normalize test code
by Konstantin Belousov
· 15 years ago
574d32a
malloc.h is not needed.
by Konstantin Belousov
· 15 years ago
6e07e94
Revert "Test for malloc.h."
by Konstantin Belousov
· 15 years ago
22b1726
Test for malloc.h.
by Konstantin Belousov
· 15 years ago
9bb9c97
Merge with origin/master
by Konstantin Belousov
· 15 years ago
d3ddc9b
Cap the runtime for rs-race
by Arun Sharma
· 15 years ago
f8a15e9
Fix a couple of test breakages on x86_64
by Arun Sharma
· 15 years ago
24112f6
Fix some test failures on x86_64 on distros with small default stacks.
by Arun Sharma
· 15 years ago
d737709
Close #if
by Konstantin Belousov
· 15 years ago
3b026a7
Fix i386 distinctions between freebsd and linux for mcontext.
by Konstantin Belousov
· 15 years ago
4b3ca29
Fix PT_SYSCALL ignoring of ip
by Konstantin Belousov
· 15 years ago
ad93215
Port test-ptrace
by Konstantin Belousov
· 15 years ago
da357e3
Revert "sys/types.h"
by Konstantin Belousov
· 15 years ago
59d38aa
Properly handle -ldl and -lutil
by Konstantin Belousov
· 15 years ago
5976f1a
sys/types.h
by Konstantin Belousov
· 15 years ago
d7f5141
MAP_ANONYMOUS
by Konstantin Belousov
· 15 years ago
9626d66
Fix a race condition in dwarf unwinding.
by Paul Pluzhnikov
· 15 years ago
890a630
Fix tests/Gtest-concurrent.c to test all caching policies
by Paul Pluzhnikov
· 15 years ago
570c09a
Fix another compiler warning.
by Belisko Marek
· 15 years ago
b56375e
Reduce stack use and apply CONFIG_DEBUG_FRAME to more code.
by Paul Pluzhnikov
· 15 years ago
b7e3444
When libunwind is configured with --enable-block-signals=no,
by Paul Pluzhnikov
· 15 years ago
2fce541
Implement _Unwind_GetIPInfo() as required by the C++ ABI
by Arun Sharma
· 16 years ago
1227c41
Disable C++ exception support by default on x86.
by Arun Sharma
· 16 years ago
0bce5f0
Remove auto generated files.
by Arun Sharma
· 16 years ago
83cef8b
Don't check C++ ABI when it's not enabled.
by Arun Sharma
· 16 years ago
576b59e
Verify that we don't call malloc when unwinding locally.
by Arun Sharma
· 16 years ago
ef29ead
This patch eliminates one system call per unwind by not using the
by Arun Sharma
· 16 years ago
183d28a
Rebuild autoconf files with autoreconf.
by David Mosberger-Tang
· 16 years ago
1eddefc
[ARM] This patch add some missing bits on ARM platform.
by Bruna Moreira
· 17 years ago
6f282a0
[ARM] This patch fix some testsuite issues on ARM:
by Bruna Moreira
· 17 years ago
3842dac
Add initial ARM and MIPS support. To support this, also enable the
by Daniel Jacobowitz
· 17 years ago
79c943b
Make tests/perf-startup executable. Suggested by Mark Wielaard.
by David Mosberger-Tang
· 17 years ago
57e5696
Mark Wielaard <mwielaard@redhat.com> writes:
by Jan Kratochvil
· 17 years ago
4499bb2
[PPC32] First check-in to add preliminary support for Linux/PPC32.
by Jose Flavio Aguilar Paulino
· 17 years ago
32e2187
[PPC64] Get "make check" to work on PPC64 Linux. Add a README entry
by Jose Flavio Aguilar Paulino
· 17 years ago
25739ee
[IA64] Fix ia64-test-setjmp.c. With MAP_SHARED the kernel will try to
by David Mosberger-Tang
· 17 years ago
2973156
Recreate autoconf files.
by David Mosberger-Tang
· 17 years ago
a1e7ee4
Just a small patch to build system, it helps if you build in a power
by Jose Flavio Aguilar Paulino
· 17 years ago
fad8b04
Rebuilt configure and Makefile.in files.
by David Mosberger-Tang
· 17 years ago
b33021e
Add PPC64 support.
by Jose Flavio Aguilar Paulino
· 17 years ago
0fa6b58
2007-03-20 Nurdin Premji <npremji@redhat.com>
by Nurdin Premji
· 18 years ago
565ffdb
2007-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
by Jan Kratochvil
· 18 years ago
5f3d295
* tests/test-async-sig.c: Move "const" definition to separate area to keep
by David Mosberger-Tang
· 18 years ago
a72abd4
2007-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
by Jan Kratochvil
· 18 years ago
7923ae3
Re-run aclocal and automake to update Makefiles so new files (e.g.,
by David Mosberger-Tang
· 18 years ago
9e927e7
Restore tests/perf-startup.
by David Mosberger-Tang
· 18 years ago
ca69fee
Merge ../libunwind-v0.98
by David Mosberger-Tang
· 18 years ago
cbd8648
Make libunwind compile with recent versions of GAS.
by David Mosberger-Tang
· 18 years ago
f176ad6
Bring git v0.98.5 tree in sync with released v0.98.5.
by David Mosberger-Tang
· 18 years ago
d3d722f
Include "tdep-ia64/rse.h" instead of "ia64/rse.h". (ARRAY_SIZE): New macro.
by hp.com!davidm
· 20 years ago
da5e9ba
(ARRAY_SIZE): Rename from NELEMS.
by hp.com!davidm
· 20 years ago
4f8a229
Fix merge-conflict.
by hp.com!davidm
· 20 years ago
3d881cd
(save_static_to_scratch): Initialize ar.ec.
by hp.com!davidm
· 20 years ago
e5426f4
Auto merged
by hp.com!davidm
· 20 years ago
05feeda
(rotate_regs): Load up "pr" with first value. Preserve p63 across rotation.
by hp.com!davidm
· 20 years ago
b0406d0
(doit): Set stack-size attribute to increase likelihood that we're able
by hp.com!davidm
· 20 years ago
a5e8408
Include <string.h> to get memset() declared.
by mostang.com!davidm
· 20 years ago
6ef1640
(main): Fix a typo in the argument-checking code.
by mostang.com!davidm
· 20 years ago
d9445c1
(handler): get_bsp() returns an integer, not a pointer.
by mostang.com!davidm
· 20 years ago
3ff39e9
(flush_cache): Provide dummy implementation for HPPA.
by mostang.com!davidm
· 20 years ago
1ee6b0a
(STACK_SIZE): SIGSTKSZ is also ridiculously small on x86-64 (at least
by mostang.com!davidm
· 20 years ago
02c9034
Tweak such that GCC v4 doesn't optimize it to the point where the
by hp.com!davidm
· 20 years ago
2f63c6c
Regenerate.
by hp.com!davidm
· 20 years ago
Next »