summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Add _UCD_get_pid and _UCD_get_cursigAlexander Larsson2012-03-231-0/+2
| * Add support for unwinding coredump imagesArun Sharma2012-03-121-0/+69
| * Move some dwarf functionality from ptrace to dwarfArun Sharma2012-03-121-0/+5
| * Introduce struct elf_dyn_infoArun Sharma2012-03-121-0/+26
* | dwarf: introduce a valid bit for dwarf_reg_state_tArun Sharma2012-03-251-1/+2
|/
* Fix silly mistakes in the definitions related to the FreeBSD offsets inKonstantin Belousov2012-02-051-3/+2
* Fix up the breakage when host != targetArun Sharma2011-10-313-0/+21
* Define GNU and processor specific values for the Phdr p_type fieldKen Werner2011-10-291-0/+10
* [ARM] Add support for systems that don't support ucontext.hKen Werner2011-10-292-8/+12
* Prevent the use of struct dl_phdr_info outside of dl_iterate_phdrKen Werner2011-10-291-1/+3
* UNW_REMOTE_ONLY fixesKen Werner2011-10-291-0/+4
* Include <sys/mman.h> to have MAP_ANONYMOUS definedKen Werner2011-10-291-0/+1
* Have dwarf.h include pthread.hKen Werner2011-10-151-0/+1
* Installed include files can't include config.hArun Sharma2011-09-051-1/+0
* ARM: Initial support for remote unwinding using libunwind-ptraceKen Werner2011-08-152-6/+1
* Rework the lookup of the ARM specific unwind infoKen Werner2011-08-154-22/+12
* Make the dwarf dl_iterate_phdr callback available within libunwind.Ken Werner2011-08-151-0/+14
* Change address type from void* to unw_word_t.Ken Werner2011-07-282-4/+4
* Move arm_exidx_entry and arm_exidx_table structs from ex_tables.h into libunw...Ken Werner2011-07-152-13/+13
* Handle register nums > 16 on x86_64Arun Sharma2011-06-182-3/+27