summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dwarf/Gparser: fix crash during unwinding (#44)v1.2-stableKonstantin Baladurin2017-10-171-6/+11
* mips/tilegx: Add missing unwind_i.h header fileDave Watson2017-01-251-2/+2
* Add aarch64 getcontext functionality.Christopher Ferris2017-01-251-2/+25
* Bump version to 1.2v1.2Dave Watson2017-01-131-1/+1
* ppc64: Fix serious regression (many crashes in test suite)v1.2-rc1Ulrich Weigand2015-12-061-14/+30
* Add an option to have start_ip_offset be relative to start_ipKeno Fischer2015-09-154-9/+29
* powerpc64 implementationAlexander Esilevich2015-09-077-19/+168
* Revert parts of 68a2910Arun Sharma2015-09-071-8/+0
* Invalid dwarf opcodes can cause references beyond the end of the array.Arun Sharma2015-06-191-1/+1
* Update README to use autogen.shMilian Wolff2015-06-071-1/+1
* arm: Validate memory before accessVyacheslav Barinov2015-06-071-0/+55
* Stack-unwinding through signal frames on mipsFaraz Shahbazker2015-04-023-9/+180
* tests/Gtest-trace.c: show differing addressesAndreas Schwab2015-03-221-2/+2
* Mark run-ptrace-mapper and run-ptrace-misc as XFAIL on ARMGregory Fong2015-02-211-3/+10
* Check that the CIE is within the segmentPeter Wu2014-12-053-15/+29
* [PATCH] Fix build from scratchOlivier Fourdan2014-12-043-2/+30
* aarch64: fix wrong big_endian flag in aarch64_be caseVictor Kamensky2014-12-031-0/+1
* aarch64: introduce build support for aarch64_be targetVictor Kamensky2014-12-031-0/+1
* aarch64: Restore x0, x1, x2 and x3C. Bergström2014-10-241-20/+28
* Mark run-ptrace-mapper and run-ptrace-misc as XFAIL on MIPSSimon Atanasyan2014-10-242-3/+18
* Remove unnecessary calls to labs()Paul Pluzhnikov2014-10-241-3/+3
* Fix intermittent failures of Lrs-race test caseSimon Atanasyan2014-10-241-0/+7
* Store location type in local unwinding mode for x86_64Arun Sharma2014-10-042-18/+13
* One time whitespace fixup.Arun Sharma2014-09-27275-7888/+7888
* Merge branch 'fast-stack-trace-arm' of https://github.com/fillexen/libunwindArun Sharma2014-09-208-5/+698
|\
| * Add fast stack trace on ARM.Filip Nyback2014-07-308-5/+698
* | Merge branch 'fast-stack-trace-aarch64' of https://github.com/fillexen/libunwindArun Sharma2014-09-209-6/+751
|\ \
| * | Add fast stack trace on AArch64.Filip Nyback2014-07-309-6/+751
| |/
* | Merge https://github.com/zliu2014/libunwind-tilegxArun Sharma2014-09-2048-3/+1860
|\ \
| * | Add TileGx platform support to libunwind.Zhi-Gang Liu2014-09-0848-3/+1860
* | | Stop unwinding on undefined return addressArun Sharma2014-09-071-6/+7
|/ /
* | Fix compiler warnings when UNW_DEBUG is enabledArun Sharma2014-08-191-4/+0
* | Fix empty structs in libunwind-x86_64.hЛежанкин Иван2014-08-191-0/+2
* | Remove unnecessary calls to labs()Paul Pluzhnikov2014-08-151-3/+3
* | Correct name returned by get_proc_name() for some frames.Konstantin Belousov2014-08-151-3/+11
* | Adjust use_prev_instr for syscall and frame-chain frames.Konstantin Belousov2014-08-154-0/+4
* | Use helper to walk past the syscall frames on FreeBSD/x86, similar to FreeBSD...Konstantin Belousov2014-08-151-0/+9
* | Link libunwind to libgcc_s rather than libgccThierry Reding2014-08-151-1/+1
|/
* Do not compute load offset for MiniDebugInfoMartin Milata2014-06-071-5/+2
* x86_64: Handle edge conditions with zero length framesKevin Modzelewski2014-05-181-1/+1
* AARCH64: Change Debug calls to use %lx instead of %x.Christopher Ferris2014-03-071-4/+4
* link sublibs against liblzma as neededMike Frysinger2014-02-221-0/+4
* Implement DWARF DW_CFA_val_expression for x86_64Tim Deegan2014-02-084-2/+44
* Missing header in dist tarball.Tim Deegan2014-02-081-1/+1
* Support powerpc64le-linux platformUlrich Weigand2013-12-2711-18/+131
* Fix test case link failure on PowerPC systems with AltivecUlrich Weigand2013-12-271-0/+1
* Pass relocated address to tdep_get_func_addrUlrich Weigand2013-12-271-2/+3
* Fix undefined behavior in dwarf_eval_exprUlrich Weigand2013-12-271-1/+2
* Use adaptive mutexes when available.Arun Sharma2013-11-171-1/+8
* Remove one of duplicated declarations of `get_proc_name'Masatake YAMATO2013-09-251-5/+0