summaryrefslogtreecommitdiff
path: root/src/dwarf/Gparser.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* dwarf: introduce a valid bit for dwarf_reg_state_tArun Sharma2012-03-251-1/+3
* Rework the lookup of the ARM specific unwind infoKen Werner2011-08-151-0/+5
* Fast back-trace for x86_64 for only collecting the call stack.Lassi Tuura2011-03-241-0/+4
* Support .debug_frame based unwinding in _UPTi_find_unwind_table()Arun Sharma2010-05-261-0/+6
* During the stack unwinding process, the return address points toLassi Tuura2010-04-241-3/+33
* Identify end-of-stack by undefined return address location.Lassi Tuura2010-04-241-5/+12
* Identify signal frames by augmentation attribute.Lassi Tuura2010-04-241-0/+9
* Fix up what looks like an unintentional semi colon.Arun Sharma2010-03-231-1/+1
* Fix a race condition in dwarf unwinding.Paul Pluzhnikov2009-11-241-3/+4
* Simplify control flowPaul Pluzhnikov2009-11-201-23/+15
* Get rid of some bogus checks.Paul Pluzhnikov2009-11-201-13/+3
* Fix a warning message on i386Arun Sharma2009-10-231-0/+1
* Wait if there is contention on the cachePaul Pluzhnikov2009-09-251-18/+0
* Allow caller to block signals.Paul Pluzhnikov2009-09-251-4/+2
* [PATCH] Avoiding name conflict with the GNU-specific dprintf in stdio.hArun Sharma2009-03-161-2/+2
* Cleanup the hash() function copied from ia64Arun Sharma2006-08-161-1/+1
* Remove HAVE___THREAD. This was never tested.Arun Sharma2006-08-161-4/+0
* (dwarf_find_save_locs): Also apply register-state after parsing the FDEArun Sharma2006-07-261-0/+1
* [dwarf] Need to guard against multiple threads accessing the rs cache.Arun Sharma2006-07-261-7/+61
* [dwarf] Allow return address column to differ from function to function.Arun Sharma2006-07-261-5/+9
* (dwarf_find_save_locs): Add a comment.Arun Sharma2006-07-261-0/+2
* (dwarf_find_save_locs): put_unwind_info() is not needed in the cached case.Arun Sharma2006-07-261-1/+2
* Implement a ip -> dwarf_reg_state cache.Arun Sharma2006-07-261-2/+199
* Don't include <string.h>.hp.com!davidm2005-05-201-4/+2
* (fetch_proc_info): Decrement IP before searching for dynamic/staticmostang.com!davidm2005-05-031-44/+50
* Cast register indices of type unw_word_t to (unsigned int) beforehomeip.net!davidm2004-08-201-8/+21
* Drop DWARF-parsing debug prints from level 16 to 15.homeip.net!davidm2004-08-191-26/+26
* Rename: src/dwarf/Gparser-dwarf.c -> src/dwarf/Gparser.chomeip.net!davidm2004-08-171-0/+609
* Initial revisionhomeip.net!davidm2004-08-171-0/+0