summaryrefslogtreecommitdiff
path: root/include/dwarf.h
Commit message (Expand)AuthorAgeFilesLines
* ALIAS dwarf symbolsDave Watson2018-01-031-0/+1
* dwarf: Fix size of state to avoid corrupting rs_stackMichael Munday2017-11-281-1/+1
* dwarf: Allow DWARF version both 3 and 4 (#56)Yichao Yu2017-10-311-1/+2
* Bring back support for UNW_CACHE_PER_THREAD.Bert Wesarg2017-08-151-7/+0
* 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
* Move ret_addr_column and signal_frame from dwarf_reg_state toDoug Moore2017-05-121-2/+2
* 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-121-0/+4
* 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
* dwarf: Configurable cache sizeDave Watson2017-01-131-6/+15
* x86_64: Add stack alignment prologue tdep_trace fastpathDave Watson2017-01-131-0/+5
* 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
* One time whitespace fixup.Arun Sharma2014-09-271-198/+198
* Implement DWARF DW_CFA_val_expression for x86_64Tim Deegan2014-02-081-0/+2
* Add basic support for the QNX operating systemMatt Fischer2013-05-131-1/+13
* Remove unneeded `atomic_ops.h' inclusion in `dwarf.h'Tommi Rantala2012-09-281-8/+0
* Merge branch 'coredump2' of https://github.com/adsharma/libunwindArun Sharma2012-05-231-0/+5
|\
| * Move some dwarf functionality from ptrace to dwarfArun Sharma2012-03-121-0/+5
* | dwarf: introduce a valid bit for dwarf_reg_state_tArun Sharma2012-03-251-1/+2
|/
* Prevent the use of struct dl_phdr_info outside of dl_iterate_phdrKen Werner2011-10-291-1/+3
* UNW_REMOTE_ONLY fixesKen Werner2011-10-291-0/+4
* Have dwarf.h include pthread.hKen Werner2011-10-151-0/+1
* Make the dwarf dl_iterate_phdr callback available within libunwind.Ken Werner2011-08-151-0/+14
* Fast back-trace for x86_64 for only collecting the call stack.Lassi Tuura2011-03-241-0/+1
* Factor out and export dwarf_find_debug_frame() functionArun Sharma2010-05-261-0/+4
* During the stack unwinding process, the return address points toLassi Tuura2010-04-241-0/+1
* Identify signal frames by augmentation attribute.Lassi Tuura2010-04-241-0/+2
* Remove unneeded includes of sys/types.hKonstantin Belousov2010-03-081-4/+0
* Include sys/types.h when needed.Konstantin Belousov2010-03-061-0/+4
* Wait if there is contention on the cachePaul Pluzhnikov2009-09-251-4/+0
* Add initial ARM and MIPS support. To support this, also enable theDaniel Jacobowitz2008-02-041-0/+18
* dwarf.h needs atomic_ops.h. So include it.Arun Sharma2006-08-161-0/+7
* [dwarf] Include <config.h> in dwarf.h since it's testing HAVE_ATOMIC_OPS_H.David Mosberger-Tang2006-08-101-0/+1
* Various fixes to get x86 to compile and work again.David Mosberger-Tang2006-07-261-0/+3
* [dwarf] Allow return address column to differ from function to function.Arun Sharma2006-07-261-0/+1
* Implement a ip -> dwarf_reg_state cache.Arun Sharma2006-07-261-0/+34
* Include <libunwind.h> instead of "internal.h" and "mempool.h".hp.com!davidm2005-05-201-6/+2
* (struct dwarf_cursor): Add members eh_args and eh_valid_mask somostang.com!davidm2005-05-031-8/+33
* (struct dwarf_cursor): Add new member "cfa_is_sp" to mark the casehomeip.net!davidm2004-08-201-0/+1
* Move all inline functions to dwarf_i.h.hp.com!davidm2004-01-301-319/+0
* Drop HIDDEN from declarations, only the definitions need it.mostang.com!davidm2003-12-211-29/+29
* (Logical change 1.145)hp.com!davidm2003-12-201-0/+630