summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Sources for 32-bit solaris were added4.0.94.0.74.0.64.0.10Alexander Esilevich2010-10-264-9/+412
* New libunwind is ported on solarisAlexander Esilevich2010-10-258-7/+262
* Testing of UNW_CACHE_PER_THREAD caching policy is disabledAlexander Esilevich2010-10-041-4/+5
* Fix in Gtest-dyn1 testAlexander Esilevich2010-10-041-1/+3
* Atomic fetch_and_add intrinsic is enabledAlexander Esilevich2010-10-041-3/+3
* Fixes in tests for cmake buildAlexander Esilevich2010-10-042-2/+2
* Fixes in standalone build for new libunwind versionAlexander Esilevich2010-10-011-2/+3
* Merge branch 'upstream'Alexander Esilevich2010-09-28122-1015/+4341
|\
| * Add Gtest-nomalloc.c to EXTRA_DIST so we pass "make check"Arun Sharma2010-08-041-1/+1
| * [PATCH] Add files to EXTRA_DIST so that 'make dist' works againSven Neumann2010-08-042-3/+6
| * Fix the page boundary crossing bug.Arun Sharma2010-06-082-6/+18
| * Restore the linking when --enable-debug-frame is not specifiedKonstantin Belousov2010-05-291-0/+4
| * Add an experimental and optional frame chain unwinding for ARMArun Sharma2010-05-265-8/+99
| * Support .debug_frame based unwinding in _UPTi_find_unwind_table()Arun Sharma2010-05-264-8/+39
| * Factor out and export dwarf_find_debug_frame() functionArun Sharma2010-05-264-140/+182
| * Fix freebsd buildKonstantin Belousov2010-05-171-1/+1
| * Add ip argument to _UPTi_find_unwind_table.Arun Sharma2010-05-152-4/+7
| * Add path and pathlen arguments to tdep_get_elf_image()Arun Sharma2010-05-1513-18/+44
| * Ignore separate debug files which contain a .gnu_debuglink section.Arun Sharma2010-05-151-2/+9
| * Adds missing register offsets for ARMArun Sharma2010-05-151-0/+16
| * Merge branch 'master' into freebsdKonstantin Belousov2010-05-032-3/+34
| |\
| | * Fix merge errorsArun Sharma2010-05-032-3/+34
| * | Add unwind annotations for freebsd/x86 getcontext.S.Konstantin Belousov2010-05-021-15/+22
| * | Merge branch 'master' into freebsdKonstantin Belousov2010-05-0238-101/+227
| |\ \ | | |/
| | * Merge commit 'fdc534ccb05d1e6c0438345d292203343a811701'Arun Sharma2010-04-285-1/+11
| | |\
| | | * Silence a compiler warningArun Sharma2010-04-281-0/+2
| | | * Add unwind descriptors to getcontext.SArun Sharma2010-04-284-1/+9
| | * | Undo commit f252f5ff4e51af90fd6629f122f72556db94ccb7 for now.Arun Sharma2010-04-251-33/+3
| | * | Fix a compiler warningArun Sharma2010-04-251-1/+0
| | |/
| | * Be conservative in all pointer derefrences by default.Lassi Tuura2010-04-242-0/+10
| | * Detect end of stack in x86-64 rbp-based walk.Lassi Tuura2010-04-241-1/+7
| | * Remove obsolete code for 'old way' of handling x86-64 signal frames.Lassi Tuura2010-04-241-53/+0
| | * Recognise and unwind through PLT.Lassi Tuura2010-04-241-3/+33
| | * During the stack unwinding process, the return address points toLassi Tuura2010-04-2421-24/+63
| | * Identify end-of-stack by undefined return address location.Lassi Tuura2010-04-241-5/+12
| | * Identify signal frames by augmentation attribute.Lassi Tuura2010-04-2413-9/+117
| | * Use wider format when printing addresses in debug format.Lassi Tuura2010-04-242-11/+11
| * | Add config.h.Konstantin Belousov2010-04-211-0/+4
| * | msync() also may be called on unaligned address.Konstantin Belousov2010-04-212-3/+3
| * | Account for possible unaligned access.Konstantin Belousov2010-04-212-3/+3
| * | Reverse local changeKonstantin Belousov2010-04-201-2/+0
| * | Use mincore instead of msync when availableKonstantin Belousov2010-04-204-1/+21
| * | Save FPU context for i386.Konstantin Belousov2010-04-171-9/+25
| * | Arrange the FreeBSD ucontext offset definitions in ascending order.Konstantin Belousov2010-04-171-17/+17
| |/
| * [PATCH] Reduce scope of the eh_frame_end local variableGiuseppe Scrivano2010-04-141-1/+3
| * Fix compiler warnings on x86_64 LinuxArun Sharma2010-04-141-0/+1
| * Fix compiler warnings on x86 LinuxArun Sharma2010-04-141-0/+3
| * Use correct offset name and value for ucontext offset in struct sigframeKonstantin Belousov2010-04-142-2/+2
| * Add abort() after sigreturn callsKonstantin Belousov2010-04-141-0/+2
| * Fix typo.Konstantin Belousov2010-04-141-1/+1