index
:
systemtap-steved
master
nfsd-update
rpc-update
Unnamed repository; edit this file to name it for gitweb.
Steve Dickson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
unwind.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
use eh_frame_hdr table to speed up unwinding
Tim Moore
2010-01-20
1
-16
/
+42
*
PR11015 Support shared library reloading (in different processes)
Mark Wielaard
2009-12-22
1
-13
/
+18
*
Limit the number of call frame instructions we process in the unwinder.
Mark Wielaard
2009-10-20
1
-0
/
+7
*
Make sure cie and fde end point to sane values in while doing unwind_frame.
Mark Wielaard
2009-10-20
1
-0
/
+11
*
Be paranoid about table size resolving cie_for_fde and fde_pointer_type.
Mark Wielaard
2009-10-20
1
-7
/
+18
*
PR10589: switch to kernel vscnprintf for _stp_{dbug,warn,error} calls in runtime
Frank Ch. Eigler
2009-09-02
1
-8
/
+10
*
gcc 3.4.6 compatibility: s/{true,false}/{1,0} in runtime/unwind.c
Frank Ch. Eigler
2009-06-10
1
-4
/
+4
*
Properly read eh_frame and pass is_ehframe correctly.
Mark Wielaard
2009-05-20
1
-6
/
+10
*
Use debug_frame table, then fallback to eh_frame when necessary.
Mark Wielaard
2009-05-20
1
-24
/
+39
*
Pass and use ptrType and is_ehframe to unwind adjustStartLoc.
Mark Wielaard
2009-05-20
1
-53
/
+66
*
Fetch and store both debug_frame and eh_frame tables.
Mark Wielaard
2009-05-20
1
-14
/
+15
*
Tidy/tighten DEBUG_UNWIND ptrType a bit.
Mark Wielaard
2009-05-15
1
-14
/
+13
*
Pass task from tapset, through stack and unwind functions for lookup.
Mark Wielaard
2009-04-20
1
-2
/
+2
*
Handle .absolute and .dynamic (user space) addresses in adjustStartLoc.
Mark Wielaard
2009-04-19
1
-6
/
+12
*
Privatize MAX_STACK_DEPTH
Josh Stone
2009-04-16
1
-1
/
+1
*
Fix unwind _stp_mod_sec_lookup.
Mark Wielaard
2009-04-10
1
-1
/
+1
*
Removed unused functions and variables.
David Smith
2009-02-18
1
-124
/
+1
*
Use 'static' as much as possible
Josh Stone
2009-01-28
1
-2
/
+2
*
Rename _stp_module module_base output to dwarf_module_base and document.
Mark Wielaard
2008-09-10
1
-2
/
+4
*
Record module base and use it for adjusting start locations in dwarf unwinder.
Mark Wielaard
2008-09-10
1
-3
/
+24
*
Feed dwarf unwinder data through _stp_mod_sec_lookup (), but disabled for now.
Mark Wielaard
2008-09-10
1
-1
/
+2
*
emit all symbol tables at compile time; don't do any module munging; new unwi...
Frank Ch. Eigler
2008-07-04
1
-14
/
+3
*
PR6410: unwinder-less architecture tolerance
Frank Ch. Eigler
2008-04-15
1
-0
/
+5
*
dded _stp_read_address() and changed code to use it.
Martin Hunt
2008-03-28
1
-13
/
+4
*
kretprobe trampoline fixes
Martin Hunt
2008-03-28
1
-12
/
+74
*
i386 fixes.
Martin Hunt
2008-03-26
1
-1
/
+1
*
Cleanup.
Martin Hunt
2008-03-25
1
-48
/
+59
*
rebased unwind_branch on top of current master
Frank Ch. Eigler
2008-03-25
1
-0
/
+895