summaryrefslogtreecommitdiffstats
path: root/runtime/unwind.c
Commit message (Expand)AuthorAgeFilesLines
* use eh_frame_hdr table to speed up unwindingTim Moore2010-01-201-16/+42
* PR11015 Support shared library reloading (in different processes)Mark Wielaard2009-12-221-13/+18
* Limit the number of call frame instructions we process in the unwinder.Mark Wielaard2009-10-201-0/+7
* Make sure cie and fde end point to sane values in while doing unwind_frame.Mark Wielaard2009-10-201-0/+11
* Be paranoid about table size resolving cie_for_fde and fde_pointer_type.Mark Wielaard2009-10-201-7/+18
* PR10589: switch to kernel vscnprintf for _stp_{dbug,warn,error} calls in runtimeFrank Ch. Eigler2009-09-021-8/+10
* gcc 3.4.6 compatibility: s/{true,false}/{1,0} in runtime/unwind.cFrank Ch. Eigler2009-06-101-4/+4
* Properly read eh_frame and pass is_ehframe correctly.Mark Wielaard2009-05-201-6/+10
* Use debug_frame table, then fallback to eh_frame when necessary.Mark Wielaard2009-05-201-24/+39
* Pass and use ptrType and is_ehframe to unwind adjustStartLoc.Mark Wielaard2009-05-201-53/+66
* Fetch and store both debug_frame and eh_frame tables.Mark Wielaard2009-05-201-14/+15
* Tidy/tighten DEBUG_UNWIND ptrType a bit.Mark Wielaard2009-05-151-14/+13
* Pass task from tapset, through stack and unwind functions for lookup.Mark Wielaard2009-04-201-2/+2
* Handle .absolute and .dynamic (user space) addresses in adjustStartLoc.Mark Wielaard2009-04-191-6/+12
* Privatize MAX_STACK_DEPTHJosh Stone2009-04-161-1/+1
* Fix unwind _stp_mod_sec_lookup.Mark Wielaard2009-04-101-1/+1
* Removed unused functions and variables.David Smith2009-02-181-124/+1
* Use 'static' as much as possibleJosh Stone2009-01-281-2/+2
* Rename _stp_module module_base output to dwarf_module_base and document.Mark Wielaard2008-09-101-2/+4
* Record module base and use it for adjusting start locations in dwarf unwinder.Mark Wielaard2008-09-101-3/+24
* Feed dwarf unwinder data through _stp_mod_sec_lookup (), but disabled for now.Mark Wielaard2008-09-101-1/+2
* emit all symbol tables at compile time; don't do any module munging; new unwi...Frank Ch. Eigler2008-07-041-14/+3
* PR6410: unwinder-less architecture toleranceFrank Ch. Eigler2008-04-151-0/+5
* dded _stp_read_address() and changed code to use it.Martin Hunt2008-03-281-13/+4
* kretprobe trampoline fixesMartin Hunt2008-03-281-12/+74
* i386 fixes.Martin Hunt2008-03-261-1/+1
* Cleanup.Martin Hunt2008-03-251-48/+59
* rebased unwind_branch on top of current masterFrank Ch. Eigler2008-03-251-0/+895