summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* dwarf: Make binary path calculation os-specific.Konstantin Belousov2017-01-1911-0/+22
* dwarf: Configurable cache sizeDave Watson2017-01-132-6/+17
* x86_64: Add stack alignment prologue tdep_trace fastpathDave Watson2017-01-132-2/+8
* Add an option to have start_ip_offset be relative to start_ipKeno Fischer2015-09-151-1/+5
* powerpc64 implementationAlexander Esilevich2015-09-071-5/+58
* Invalid dwarf opcodes can cause references beyond the end of the array.Arun Sharma2015-06-191-1/+1
* Check that the CIE is within the segmentPeter Wu2014-12-051-1/+2
* 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-2754-1478/+1478
* Merge branch 'fast-stack-trace-arm' of https://github.com/fillexen/libunwindArun Sharma2014-09-201-3/+26
|\
| * Add fast stack trace on ARM.Filip Nyback2014-07-301-3/+26
* | Merge branch 'fast-stack-trace-aarch64' of https://github.com/fillexen/libunwindArun Sharma2014-09-201-4/+28
|\ \
| * | Add fast stack trace on AArch64.Filip Nyback2014-07-301-4/+28
| |/
* | Add TileGx platform support to libunwind.Zhi-Gang Liu2014-09-088-0/+517
* | 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
|/
* Implement DWARF DW_CFA_val_expression for x86_64Tim Deegan2014-02-083-1/+21
* Support powerpc64le-linux platformUlrich Weigand2013-12-273-2/+11
* Use adaptive mutexes when available.Arun Sharma2013-11-171-1/+8
* Add basic support for the QNX operating systemMatt Fischer2013-05-132-2/+29
* [PATCH] AArch64 port.Yvan Roux2013-05-118-3/+577
* Fix the UNW_TDEP_CURSOR_LEN for ppc32 to fix assert failureDave Lerner2013-04-131-1/+1
* Support building with older compilers.Ladislav Michl2012-11-241-0/+6
* Prefer NULL over zeroTommi Rantala2012-09-281-5/+5
* Define and use `CONST_ATTR'Tommi Rantala2012-09-281-0/+2
* Define and use `WEAK'Tommi Rantala2012-09-281-0/+2
* Define and use `NOINLINE'Tommi Rantala2012-09-281-0/+2
* Constify `dwarf_to_unw_regnum_map'Tommi Rantala2012-09-281-1/+1
* IA64: give prototype for `ia64_find_unwind_table()'Tommi Rantala2012-09-281-0/+4
* SuperH portTommi Rantala2012-09-287-0/+495
* MIPS coredump supportTommi Rantala2012-09-281-0/+2
* Invert tdep_init() flag logicTommi Rantala2012-09-288-16/+16
* Use __sync builtin atomics on all architectures if availableTommi Rantala2012-09-281-6/+6
* Simplify `sos_alloc()' implementationTommi Rantala2012-09-281-2/+4
* Align `sos_memory' to MAX_ALIGNTommi Rantala2012-09-281-0/+2
* Remove unneeded `atomic_ops.h' inclusion in `dwarf.h'Tommi Rantala2012-09-281-8/+0
* Pull attribute macros from `libunwind_i.h' to new header `compiler.h'Tommi Rantala2012-09-282-33/+68
* Rename and share `ALIGN' macro from _UCD_internal.hTommi Rantala2012-09-051-0/+2
* Annotate unused argument in mark_as_used() to avoid -Wextra compiler noiseTommi Rantala2012-09-041-1/+1
* Place `inline' at beginning of declaration of invalidate_edi()Tommi Rantala2012-08-211-1/+1
* MIPS: implement dwarf_to_unw_regnum() macro without tableTommi Rantala2012-08-211-2/+2
* ARM: implement dwarf_to_unw_regnum() macro without tableTommi Rantala2012-08-211-2/+2
* Allow for architecture specific dwarf_to_unw_regnum()Tommi Rantala2012-08-211-4/+4
* HPPA: include `mempool.h' in `libunwind_i.h'Tommi Rantala2012-08-201-0/+1
* HPPA: add `global_cache' member to unw_addr_space structTommi Rantala2012-08-201-0/+1
* HPPA: fix tdep_put_unwind_info() macroTommi Rantala2012-08-201-4/+4
* Fix compilation on IA64Martin Milata2012-05-238-0/+8
* Merge branch 'coredump2' of https://github.com/adsharma/libunwindArun Sharma2012-05-233-0/+104
|\
| * Add support for multiple threads in core filesAlexander Larsson2012-03-231-0/+2