summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* half finished unw_local_init2Dave Watson2017-08-161-2/+8
* Bring back support for UNW_CACHE_PER_THREAD.Bert Wesarg2017-08-153-16/+4
* arm: getcontext switches back to thumb modeBernhard Rosenkraenzer2017-08-151-1/+2
* Fix ARM jmpbuf header include bug.credmon2017-08-151-1/+1
* dwarf: fix synthetic eh_frame_hdrDoug Moore2017-07-061-2/+2
* libunwind-arm: fix build failure due to asm()Romain Naour2017-07-051-2/+2
* aarch64: reduce UNW_TDEP_CURSOR_LEN to 512 on aarch64.Stephen Chen2017-06-201-1/+1
* arm: Use dwarf_find_proc_info for arm dwarf processingDoug Moore2017-06-201-12/+0
* Dwarf cache nodes are allocated in a round-robin fashion, despite theDoug Moore2017-06-161-3/+1
* Leave ret_addr_column out of the data that gets copied when pushing/poppingDoug Moore2017-05-201-3/+9
* Drop reference to dwarf.ret_addr_column.Doug Moore2017-05-191-1/+0
* Move the ret_addr_column field from dwarf_reg_cache_entry to dwarf_reg_state,Doug Moore2017-05-161-1/+1
* Change dwarf_reg_state from an array of pairs of differently-sized objectsDoug Moore2017-05-161-8/+2
* Bury the last_ip field until it can reappear in version 2.0.Doug Moore2017-05-121-0/+2
* Move ret_addr_column and signal_frame from dwarf_reg_state toDoug Moore2017-05-1212-27/+26
* Remove next field from dwarf_reg_state. Create new structDoug Moore2017-05-121-1/+7
* In dwarf_apply_reg_state change from dewarf_reg_state_t back to struct dwarf_...Doug Moore2017-05-121-1/+1
* Add a function to capture the dwarf_reg_states that occur in processingDoug Moore2017-05-122-0/+13
* Capture the address of the first byte after the instructionless gapDoug Moore2017-05-121-0/+1
* Pull cache-related fields out of reg_state, and put them into reg_cache struct.Doug Moore2017-05-121-3/+10
* dwarf:Drop dwarf_create_state_record.Doug Moore2017-04-281-3/+0
* ppc: fix inverted checkPaul Pluzhnikov2017-04-051-2/+2
* ppc: return UNW_INVALID instead of assert on unaligned addressesPaul Pluzhnikov2017-04-051-2/+4
* unw_init_local_signalDoug Moore2017-04-031-0/+2
* mips: support MIPS64 n32 modeVicente Olivert Riera2017-03-021-4/+7
* mips: remote unwind supportRene Nielsen2017-03-021-2/+2
* mips: fix compiler warningsRene Nielsen2017-02-141-3/+3
* Add aarch64 getcontext functionality.Christopher Ferris2017-01-241-2/+25
* 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