summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* On aarch64, it is the X30 register, not the PC register, that is associated w...Doug Moore2017-08-071-2/+2
* Better imitate the choice of which register to identify as ipDoug Moore2017-08-071-2/+8
* For architectures that initialize the dwarf ip cache, but do notDoug Moore2017-08-075-4/+16
* ppc: Add register state and iterate functionsDoug Moore2017-07-258-0/+168
* ia64: : disable dwarf-specific code (#35)Sergei Trofimovich2017-07-184-2/+12
* dwarf: fix single_fdeDoug Moore2017-07-101-1/+2
* dwarf: fix synthetic eh_frame_hdrDoug Moore2017-07-063-10/+10
* libunwind-arm: fix build failure due to asm()Romain Naour2017-07-051-2/+2
* Add a missing semicolon.Doug Moore2017-07-051-1/+1
* 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-203-111/+88
* Don't give up on proc finding if dwarf_callback fails, butDoug Moore2017-06-161-13/+10
* Arm code uses dwarf before arm for finding proc info, but unlikeDoug Moore2017-06-161-0/+6
* Dwarf cache nodes are allocated in a round-robin fashion, despite theDoug Moore2017-06-162-13/+4
* test: Add a test like test-mem, but using reg_states_iterate to find the stat...Doug Moore2017-06-072-2/+136
* Leave ret_addr_column out of the data that gets copied when pushing/poppingDoug Moore2017-05-206-117/+125
* Drop reference to dwarf.ret_addr_column.Doug Moore2017-05-1914-19/+1
* Have dwarf_step return 0 or 1 for success, according to whether theDoug Moore2017-05-192-5/+8
* Use the register_state version of ret_addr_column, rather than theDoug Moore2017-05-193-6/+6
* Move the change to c->ret_addr_column to the end of dwarf_step, to make sureDoug Moore2017-05-191-1/+1
* Move the ret_addr_column field from dwarf_reg_cache_entry to dwarf_reg_state,Doug Moore2017-05-162-13/+4
* Change dwarf_reg_state from an array of pairs of differently-sized objectsDoug Moore2017-05-165-124/+118
* In dwarf_reg_states_table_iterate, the rs stack has to persist fromDoug Moore2017-05-161-13/+30
* Bury the last_ip field until it can reappear in version 2.0.Doug Moore2017-05-124-6/+12
* Add documentation.Doug Moore2017-05-123-0/+150
* Move ret_addr_column and signal_frame from dwarf_reg_state toDoug Moore2017-05-1214-44/+41
* Remove next field from dwarf_reg_state. Create new structDoug Moore2017-05-123-9/+15
* Add new names to check-namespace.Doug Moore2017-05-121-0/+4
* Restore a dwarf-free "apply_reg_state" function.Doug Moore2017-05-121-3/+9
* In dwarf_apply_reg_state change from dewarf_reg_state_t back to struct dwarf_...Doug Moore2017-05-122-2/+2
* Add a function to capture the dwarf_reg_states that occur in processingDoug Moore2017-05-1244-3/+940
* Capture the address of the first byte after the instructionless gapDoug Moore2017-05-123-5/+23
* Merge dwarf_find_save_locs into dwarf_step.Doug Moore2017-05-124-50/+4
* Extract 'find_reg_state' from dwarf_find_save_locs.Doug Moore2017-05-121-8/+18
* The call to put_unwind_info is what makes pi invalid, so clear theDoug Moore2017-05-121-0/+1
* Pass in a pointer to the address where run_cfi_program will start,Doug Moore2017-05-121-18/+20
* Create setup_fde, and put all the one-time parts of fde processing there.Doug Moore2017-05-121-16/+21
* Pull cache-related fields out of reg_state, and put them into reg_cache struct.Doug Moore2017-05-122-57/+60
* dwarf:Drop dwarf_create_state_record.Doug Moore2017-04-282-19/+9
* dwarf: Avoid a leak for a no-cache failure in create_state_record_for.Doug Moore2017-04-281-49/+23
* run_cfi patch for libunwindDoug Moore2017-04-261-64/+77
* dwarf: error in unmap size argumentsDoug Moore2017-04-171-2/+4
* dwarf: Cleanup dwarf cache hintDoug Moore2017-04-141-24/+20
* ppc: fix inverted checkPaul Pluzhnikov2017-04-051-2/+2
* ppc: return UNW_INVALID instead of assert on unaligned addressesPaul Pluzhnikov2017-04-051-2/+4
* travis: run unittests for x86_64Dave Watson2017-04-042-4/+7
* dwarf: fix unw_get_proc_infoDave Watson2017-04-041-7/+4
* tests: unw_init_local_signal testDave Watson2017-04-034-0/+68
* unw_init_local_signalDoug Moore2017-04-0315-55/+171
* Don't link with gcc_s when compiling for AndroidFrederik Carlier2017-03-071-1/+14