summaryrefslogtreecommitdiff
path: root/src/dwarf/Gparser.c
Commit message (Expand)AuthorAgeFilesLines
* dwarf: Push correct CFA onto stack for dwarf expression evaluation. (#93)Stephen Roberts2018-11-131-5/+12
* aarch: [v2] aarch64 PLT entry recognition & fixes (#86)Dave Watson2018-09-281-1/+1
* Fix data race on cache hints in find_reg_stateMilian Wolff2018-05-041-1/+1
* Add port to Linux on IBM Z (s390x)Michael Munday2018-01-091-0/+8
* ALIAS unwind_get_accessorsDave Watson2017-12-281-2/+2
* dwarf: Fix size of state to avoid corrupting rs_stackMichael Munday2017-11-281-2/+2
* dwarf: Fix incorrect cfi execution (#54)Yichao Yu2017-11-011-42/+44
* dwarf/Gparser: fix crash during unwinding (#46)Konstantin Baladurin2017-10-171-6/+11
* dwarf: Fix incorrect application of restore_stateDave Watson2017-08-241-2/+4
* Bring back support for UNW_CACHE_PER_THREAD.Bert Wesarg2017-08-151-0/+12
* dwarf: Fix cache size calculationDave Watson2017-08-151-5/+5
* Add a missing semicolon.Doug Moore2017-07-051-1/+1
* Dwarf cache nodes are allocated in a round-robin fashion, despite theDoug Moore2017-06-161-10/+3
* Leave ret_addr_column out of the data that gets copied when pushing/poppingDoug Moore2017-05-201-19/+19
* Drop reference to dwarf.ret_addr_column.Doug Moore2017-05-191-5/+1
* Have dwarf_step return 0 or 1 for success, according to whether theDoug Moore2017-05-191-3/+7
* 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-161-12/+3
* Change dwarf_reg_state from an array of pairs of differently-sized objectsDoug Moore2017-05-161-21/+21
* 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-121-0/+6
* Move ret_addr_column and signal_frame from dwarf_reg_state toDoug Moore2017-05-121-12/+10
* Remove next field from dwarf_reg_state. Create new structDoug Moore2017-05-121-7/+7
* 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-121-1/+1
* Add a function to capture the dwarf_reg_states that occur in processingDoug Moore2017-05-121-3/+65
* Merge dwarf_find_save_locs into dwarf_step.Doug Moore2017-05-121-2/+2
* 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-121-54/+50
* dwarf:Drop dwarf_create_state_record.Doug Moore2017-04-281-16/+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
* dwarf: fix unw_get_proc_infoDave Watson2017-04-041-7/+4
* mips: fix compiler warningsRene Nielsen2017-02-141-1/+1
* dwarf: Account for multiple CFA for args_sizeSaleem Abdulrasool2017-01-191-2/+5
* dwarf: Configurable cache sizeDave Watson2017-01-131-16/+46
* dwarf: Correct handling of DW_CFA_GNU_args_sizeDave Watson2017-01-131-2/+14
* One time whitespace fixup.Arun Sharma2014-09-271-337/+337
* Implement DWARF DW_CFA_val_expression for x86_64Tim Deegan2014-02-081-1/+23
* Fix unwind info freeing code in DWARF parserMatt Fischer2013-05-191-1/+1
* dwarf: Fix memory leakArun Sharma2013-04-021-5/+6
* Prefer NULL over zeroTommi Rantala2012-09-281-3/+3
* Define and use `CONST_ATTR'Tommi Rantala2012-09-281-1/+1
* Fix function name duplication in Debug() outputTommi Rantala2012-08-211-1/+1
* dwarf: Get correct return from expression evaluationJiri Olsa2012-04-161-1/+1