| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix init-local-signal test (#50) | Yichao Yu | 2017-10-31 | 2 | -2/+3 |
* | Use `ucontext_t` instead of `struct ucontext` (#49) | Yichao Yu | 2017-10-31 | 1 | -1/+1 |
* | Fix local unwind compilation on ARM (#48) | Yichao Yu | 2017-10-23 | 1 | -0/+1 |
* | dwarf/Gparser: fix crash during unwinding (#46) | Konstantin Baladurin | 2017-10-17 | 1 | -6/+11 |
* | x86: Fix build (#45) | Konstantin Baladurin | 2017-10-17 | 1 | -0/+2 |
* | check: Fix run-coredump-unwind-mdi when in a out-of-tree build. | Bert Wesarg | 2017-09-21 | 1 | -1/+1 |
* | arm: FreeBSD/ARMv6 port | Konstantin Belousov | 2017-08-24 | 21 | -201/+479 |
* | multilib: XFAIL some tests | Dave Watson | 2017-08-24 | 2 | -0/+9 |
* | x86: Add sigreturn asm stub | Dave Watson | 2017-08-24 | 2 | -2/+26 |
* | dwarf: Fix incorrect application of restore_state | Dave Watson | 2017-08-24 | 1 | -2/+4 |
* | x86_64: fix mincore_validate and msync_validate | Johannes Ziegenbalg | 2017-08-24 | 3 | -2/+197 |
* | x86_64: Use `ucontext_t` instead of `struct ucontext` | Yichao Yu | 2017-08-22 | 1 | -1/+1 |
* | arm: argument type for unw_init_local2 | Guillaume Blanc | 2017-08-22 | 1 | -1/+1 |
* | arm64: Support for restore of ARM64 Neon callee-saved registers during unwind | Leonid Chistov | 2017-08-18 | 4 | -7/+27 |
* | aarch64: PLT entry recognition & fixes | Jonathan Byrd | 2017-08-18 | 3 | -9/+67 |
* | dwarf: Fix uninitialized variable c->dwarf.eh_valid_mask. | Felipe Cerqueira | 2017-08-17 | 1 | -0/+1 |
* | doc: Add generated doc files apply_reg_state and reg_states_iterate | Dave Watson | 2017-08-16 | 3 | -0/+228 |
* | Change unw_init_local_signal to unw_init_local2(..., UNW_INIT_SIGNAL_FRAME) | Dave Watson | 2017-08-16 | 13 | -29/+119 |
* | half finished unw_local_init2 | Dave Watson | 2017-08-16 | 3 | -6/+23 |
* | configure: Fix dangling link when --disable-static is specified | Dave Watson | 2017-08-16 | 1 | -1/+3 |
* | elf: Don't use .gnu_debuglink if it doesn't exist | Dave Watson | 2017-08-16 | 1 | -1/+15 |
* | Bring back support for UNW_CACHE_PER_THREAD. | Bert Wesarg | 2017-08-15 | 21 | -31/+50 |
* | Support dynamic unwind info on ARM | Yichao Yu | 2017-08-15 | 2 | -2/+9 |
* | arm: getcontext switches back to thumb mode | Bernhard Rosenkraenzer | 2017-08-15 | 1 | -1/+2 |
* | arm: Fix is_signal_frame bug for Thumb/Thumb2 mode | MyungJoo Ham | 2017-08-15 | 1 | -3/+12 |
* | Fix ARM jmpbuf header include bug. | credmon | 2017-08-15 | 1 | -1/+1 |
* | arm: Return code correction for unw_step() | MyungJoo Ham | 2017-08-15 | 1 | -1/+1 |
* | arm: Expand memory validation | MyungJoo Ham | 2017-08-15 | 1 | -5/+5 |
* | dwarf: Fix cache size calculation | Dave Watson | 2017-08-15 | 1 | -5/+5 |
* | core: Fix memory leak in libunwind-coredump. | Felipe Cerqueira | 2017-08-14 | 1 | -0/+2 |
* | aarch64: Use PTRACE_GETREGSET if available | Stephen Chen | 2017-08-07 | 2 | -2/+45 |
* | tests: Fix heap overflow in coredump-unwind test | Paul Pluzhnikov | 2017-08-07 | 1 | -1/+1 |
* | On aarch64, it is the X30 register, not the PC register, that is associated w... | Doug Moore | 2017-08-07 | 1 | -2/+2 |
* | Better imitate the choice of which register to identify as ip | Doug Moore | 2017-08-07 | 1 | -2/+8 |
* | For architectures that initialize the dwarf ip cache, but do not | Doug Moore | 2017-08-07 | 5 | -4/+16 |
* | ppc: Add register state and iterate functions | Doug Moore | 2017-07-25 | 8 | -0/+168 |
* | ia64: : disable dwarf-specific code (#35) | Sergei Trofimovich | 2017-07-18 | 4 | -2/+12 |
* | dwarf: fix single_fde | Doug Moore | 2017-07-10 | 1 | -1/+2 |
* | dwarf: fix synthetic eh_frame_hdr | Doug Moore | 2017-07-06 | 3 | -10/+10 |
* | libunwind-arm: fix build failure due to asm() | Romain Naour | 2017-07-05 | 1 | -2/+2 |
* | Add a missing semicolon. | Doug Moore | 2017-07-05 | 1 | -1/+1 |
* | aarch64: reduce UNW_TDEP_CURSOR_LEN to 512 on aarch64. | Stephen Chen | 2017-06-20 | 1 | -1/+1 |
* | arm: Use dwarf_find_proc_info for arm dwarf processing | Doug Moore | 2017-06-20 | 3 | -111/+88 |
* | Don't give up on proc finding if dwarf_callback fails, but | Doug Moore | 2017-06-16 | 1 | -13/+10 |
* | Arm code uses dwarf before arm for finding proc info, but unlike | Doug Moore | 2017-06-16 | 1 | -0/+6 |
* | Dwarf cache nodes are allocated in a round-robin fashion, despite the | Doug Moore | 2017-06-16 | 2 | -13/+4 |
* | test: Add a test like test-mem, but using reg_states_iterate to find the stat... | Doug Moore | 2017-06-07 | 2 | -2/+136 |
* | Leave ret_addr_column out of the data that gets copied when pushing/popping | Doug Moore | 2017-05-20 | 6 | -117/+125 |
* | Drop reference to dwarf.ret_addr_column. | Doug Moore | 2017-05-19 | 14 | -19/+1 |
* | Have dwarf_step return 0 or 1 for success, according to whether the | Doug Moore | 2017-05-19 | 2 | -5/+8 |