Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libunwind
/
200147d0f2cdc5479375bb4fdeac8b717f67c3d6
200147d
Handle fpu state
by Konstantin Belousov
· 15 years ago
62218e1
Provide proper offsets for gregs in freebsd ucontext. Note that fp regs are not handled.
by Konstantin Belousov
· 15 years ago
63ae8ca
Correct assignments, remove unneeded includes.
by Konstantin Belousov
· 15 years ago
4de09a9
Implement freebsd-specific vm walker.
by Konstantin Belousov
· 15 years ago
81f2de0
Add implementation of unw_is_signal_frame for freebsd.
by Konstantin Belousov
· 15 years ago
1ba7599
Add FreeBSD stub.
by Konstantin Belousov
· 15 years ago
2646e0f
Add freebsd stub
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
3eabce1
Include sys/types.h when needed.
by Konstantin Belousov
· 15 years ago
29c1102
_NSIG.
by Konstantin Belousov
· 15 years ago
c7ffca1
FreeBSD way to name registers.
by Konstantin Belousov
· 15 years ago
8ccebc9
MAP_ANONYMOUS
by Konstantin Belousov
· 15 years ago
78cb28b
PT_CONTINUE.
by Konstantin Belousov
· 15 years ago
d4a4ddd
Provide access to the general regs on FreeBSD.
by Konstantin Belousov
· 15 years ago
cf6ae35
Code to read/write user memory on FreeBSD
by Konstantin Belousov
· 15 years ago
d11456f
Code to read/write fpregs on FreeBSD
by Konstantin Belousov
· 15 years ago
905034c
Initial attempt at the build infrastructure for FreeBSD.
by Konstantin Belousov
· 15 years ago
46ea106
Update documentation on building from git
by Arun Sharma
· 15 years ago
3468a6b
Change MS_SYNC to MS_ASYNC
by Arun Sharma
· 15 years ago
7520767
Be gcc compatible for C++ exceptions on 32 bit platforms.
by Stefan Demharter
· 15 years ago
5a1d3c6
Remove bogus check on scan_string which is guaranteed to fail every time.
by Arun Sharma
· 15 years ago
54752e0
Implement getcontext for x86
by Paul Pluzhnikov
· 15 years ago
0cf76ed
Check for NULL when validating addresses
by Paul Pluzhnikov
· 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
2648a77
Simplify control flow
by Paul Pluzhnikov
· 15 years ago
f958b9d
Get rid of some bogus checks.
by Paul Pluzhnikov
· 15 years ago
f88e949
Set UNW_TDEP_SP on x86 to ESP
by Arun Sharma
· 15 years ago
d708954
Fix a warning message on i386
by Arun Sharma
· 15 years ago
3067acf
Remove duplicate calls to mark_as_used
by Arun Sharma
· 15 years ago
4ab26bc
Fix compiler warnings seen with --disable_block_signals
by Arun Sharma
· 15 years ago
570c09a
Fix another compiler warning.
by Belisko Marek
· 15 years ago
491d576
Fix compiler warnings on x86_64
by Arun Sharma
· 15 years ago
af9daf6
Fix the naming of the sigprocmask parameters.
by Arun Sharma
· 15 years ago
b56375e
Reduce stack use and apply CONFIG_DEBUG_FRAME to more code.
by Paul Pluzhnikov
· 15 years ago
fc2934a
Make the remaining sigprocmask calls conditional on --enable-block-signals
by Paul Pluzhnikov
· 15 years ago
b7e3444
When libunwind is configured with --enable-block-signals=no,
by Paul Pluzhnikov
· 15 years ago
839db77
Wait if there is contention on the cache
by Paul Pluzhnikov
· 15 years ago
9aa0d6d
Allow caller to block signals.
by Paul Pluzhnikov
· 15 years ago
84d4150
Allow caller to block signals.
by Paul Pluzhnikov
· 15 years ago
35e6a1a
This avoids a C++ syntax error with a (non-gcc?) compiler.
by Arun Sharma
· 15 years ago
4b8404d
Remove the special casing of ia64 for GetIPInfo()
by Arun Sharma
· 16 years ago
b483ea3
Multilib support.
by Arun Sharma
· 16 years ago
6aec157
Fix ppc32 build.
by Arun Sharma
· 16 years ago
40afb66
Use a shorter path for include
by Arun Sharma
· 16 years ago
aaed432
Remove more autogenerated files.
by Arun Sharma
· 16 years ago
2fce541
Implement _Unwind_GetIPInfo() as required by the C++ ABI
by Arun Sharma
· 16 years ago
18a0a81
Update the tag to -beta.
by Arun Sharma
· 16 years ago
9607c64
Fixup CONFIG_DEBUG_FRAME support.
by Arun Sharma
· 16 years ago
1227c41
Disable C++ exception support by default on x86.
by Arun Sharma
· 16 years ago
ec53de8
[PATCH] Avoiding name conflict with the GNU-specific dprintf in stdio.h
by Arun Sharma
· 16 years ago
ff0ae70
Bad pointer validation for 32 bit x86.
by Arun Sharma
· 16 years ago
5822fca
Enable Intel C++ compatibility only when C++ exceptions are enabled.
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
a2c27a4
Make .debug_frame support optional.
by Arun Sharma
· 16 years ago
638302e
Rerun autoreconf.
by David Mosberger-Tang
· 16 years ago
ef29ead
This patch eliminates one system call per unwind by not using the
by Arun Sharma
· 16 years ago
649f1fb
[X86-64] For local unwinding, we have a defence mechanism against
by Arun Sharma
· 16 years ago
183d28a
Rebuild autoconf files with autoreconf.
by David Mosberger-Tang
· 16 years ago
8081e82
Make the linking of C++ ABI related code for exceptions optional.
by Arun Sharma
· 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
bb9d3dc
[X86-64] Fix the pattern used to match signal frames.
by Paul Pluzhnikov
· 17 years ago
3842dac
Add initial ARM and MIPS support. To support this, also enable the
by Daniel Jacobowitz
· 17 years ago
5ed2da2
[DWARF] Fix error return.
by Mark Wielaard
· 17 years ago
f5cb2c5
2007-12-14 Mark Wielaard <mwielaard@redhat.com>
by David Mosberger-Tang
· 17 years ago
a8be10e
[X86] Cleanup XMM handling for x86
by David Mosberger-Tang
· 17 years ago
32145b6
Merge ../libunwind-v0.98
by David Mosberger-Tang
· 17 years ago
4759b8e
Mark tests/perf-startup executable. Suggested by Mark Wielaard.
by David Mosberger-Tang
· 17 years ago
79c943b
Make tests/perf-startup executable. Suggested by Mark Wielaard.
by David Mosberger-Tang
· 17 years ago
5ffab80
Merge ../libunwind-v0.98
by David Mosberger-Tang
· 17 years ago
826374c
Merge ../libunwind-v0.98
by David Mosberger-Tang
· 17 years ago
3550b50
Update mailing-list info.
by David Mosberger-Tang
· 17 years ago
3899ab7
Update NEWS file and rerun "autoreconf".
by David Mosberger-Tang
· 17 years ago
7fda769
ia64 [src/ia64/Ginit.c]: Don't mark the reference to _Uelf64_get_proc_name
by Curt Wohlgemuth
· 17 years ago
253f3e5
[Linux] Fix potentially overlapping memory-copy to use memmove() instead
by Curt Wohlgemuth
· 17 years ago
8724722
Update mailing-list info in README. Thanks to Curt Wohlgemut for pointing
by David Mosberger-Tang
· 17 years ago
05c8284
[X86] 2007-10-10 Andrew Cagney <cagney@redhat.com>
by Andrew Cagney
· 17 years ago
9ea6af8
[PPC32] Make PPC32 unwinding work for real.
by Jose Flavio Aguilar Paulino
· 17 years ago
57e5696
Mark Wielaard <mwielaard@redhat.com> writes:
by Jan Kratochvil
· 17 years ago
c340d04
[PPC32] Make get_func_addr() a no-op function.
by Jose Flavio Aguilar Paulino
· 17 years ago
4499bb2
[PPC32] First check-in to add preliminary support for Linux/PPC32.
by Jose Flavio Aguilar Paulino
· 17 years ago
6d75df3
Regenerate Makefile.in.
by David Mosberger-Tang
· 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
3e24581
[PPC64] Add PPC64 entry to README and fix David's typo in ppc64/get_func_addr.c
by Jose Flavio Aguilar Paulino
· 17 years ago
e6b9f35
Introduce a tdep_get_func_addr_hook() in the ELF lookup_symbol()
by David Mosberger-Tang
· 17 years ago
03e05b4
Fix two minor compiler-warnings.
by David Mosberger-Tang
· 17 years ago
75f34cc
Update documentation and regenerate manual-pages.
by David Mosberger-Tang
· 17 years ago
7aca85a
Update html-versions of man-pages for Savannah-based home page.
by David Mosberger-Tang
· 17 years ago
7fdd022
Update autoconf files.
by David Mosberger-Tang
· 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
bcca3dd
[x86-64] Fix cross-compilation. setcontext.S can only be built natively.
by Arun Sharma
· 17 years ago
7c289a6
Delete explanation of how to build libunwind on ia64 with v7 of the
by David Mosberger-Tang
· 17 years ago
2973156
Recreate autoconf files.
by David Mosberger-Tang
· 17 years ago
955d127
Update NEWS and README files a bit.
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
5c95d13
Cleanup some files from previous patch and rerurn autoconf tools.
by David Mosberger-Tang
· 17 years ago
Next »