| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Change unw_init_local_signal to unw_init_local2(..., UNW_INIT_SIGNAL_FRAME) | Dave Watson | 2017-08-16 | 8 | -16/+104 |
* | half finished unw_local_init2 | Dave Watson | 2017-08-16 | 1 | -2/+13 |
* | 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 | 15 | -14/+32 |
* | Support dynamic unwind info on ARM | Yichao Yu | 2017-08-15 | 2 | -2/+9 |
* | arm: Fix is_signal_frame bug for Thumb/Thumb2 mode | MyungJoo Ham | 2017-08-15 | 1 | -3/+12 |
* | 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 | 1 | -1/+44 |
* | 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 | 2 | -8/+8 |
* | Add a missing semicolon. | Doug Moore | 2017-07-05 | 1 | -1/+1 |
* | arm: Use dwarf_find_proc_info for arm dwarf processing | Doug Moore | 2017-06-20 | 2 | -99/+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 | 1 | -10/+3 |
* | Leave ret_addr_column out of the data that gets copied when pushing/popping | Doug Moore | 2017-05-20 | 4 | -114/+114 |
* | Drop reference to dwarf.ret_addr_column. | Doug Moore | 2017-05-19 | 13 | -18/+1 |
* | Have dwarf_step return 0 or 1 for success, according to whether the | Doug Moore | 2017-05-19 | 2 | -5/+8 |
* | Use the register_state version of ret_addr_column, rather than the | Doug Moore | 2017-05-19 | 3 | -6/+6 |
* | Move the change to c->ret_addr_column to the end of dwarf_step, to make sure | Doug Moore | 2017-05-19 | 1 | -1/+1 |
* | Move the ret_addr_column field from dwarf_reg_cache_entry to dwarf_reg_state, | Doug Moore | 2017-05-16 | 1 | -12/+3 |
* | Change dwarf_reg_state from an array of pairs of differently-sized objects | Doug Moore | 2017-05-16 | 4 | -116/+116 |
* | In dwarf_reg_states_table_iterate, the rs stack has to persist from | Doug Moore | 2017-05-16 | 1 | -13/+30 |
* | Bury the last_ip field until it can reappear in version 2.0. | Doug Moore | 2017-05-12 | 2 | -0/+10 |
* | Move ret_addr_column and signal_frame from dwarf_reg_state to | Doug Moore | 2017-05-12 | 2 | -17/+15 |
* | Remove next field from dwarf_reg_state. Create new struct | Doug Moore | 2017-05-12 | 2 | -8/+8 |
* | Restore a dwarf-free "apply_reg_state" function. | Doug Moore | 2017-05-12 | 1 | -3/+9 |
* | In dwarf_apply_reg_state change from dewarf_reg_state_t back to struct dwarf_... | Doug Moore | 2017-05-12 | 1 | -1/+1 |
* | Add a function to capture the dwarf_reg_states that occur in processing | Doug Moore | 2017-05-12 | 42 | -3/+927 |
* | Capture the address of the first byte after the instructionless gap | Doug Moore | 2017-05-12 | 1 | -5/+16 |
* | Merge dwarf_find_save_locs into dwarf_step. | Doug Moore | 2017-05-12 | 4 | -50/+4 |
* | Extract 'find_reg_state' from dwarf_find_save_locs. | Doug Moore | 2017-05-12 | 1 | -8/+18 |
* | The call to put_unwind_info is what makes pi invalid, so clear the | Doug Moore | 2017-05-12 | 1 | -0/+1 |
* | Pass in a pointer to the address where run_cfi_program will start, | Doug Moore | 2017-05-12 | 1 | -18/+20 |
* | Create setup_fde, and put all the one-time parts of fde processing there. | Doug Moore | 2017-05-12 | 1 | -16/+21 |
* | Pull cache-related fields out of reg_state, and put them into reg_cache struct. | Doug Moore | 2017-05-12 | 1 | -54/+50 |
* | dwarf:Drop dwarf_create_state_record. | Doug Moore | 2017-04-28 | 1 | -16/+9 |
* | dwarf: Avoid a leak for a no-cache failure in create_state_record_for. | Doug Moore | 2017-04-28 | 1 | -49/+23 |
* | run_cfi patch for libunwind | Doug Moore | 2017-04-26 | 1 | -64/+77 |
* | dwarf: error in unmap size arguments | Doug Moore | 2017-04-17 | 1 | -2/+4 |
* | dwarf: Cleanup dwarf cache hint | Doug Moore | 2017-04-14 | 1 | -24/+20 |