summaryrefslogtreecommitdiffstats
path: root/runtime/unwind
Commit message (Collapse)AuthorAgeFilesLines
* Privatize MAX_STACK_DEPTHJosh Stone2009-04-161-2/+2
| | | | | | The kernel-tip tree also has a MAX_STACK_DEPTH defined in perf_counter.h, so we need to separate our definition. I've changed the definition in our unwinder to STP_MAX_STACK_DEPTH.
* PR6738: restore support for rhel4-era (2.6.9) kernelsFrank Ch. Eigler2008-07-123-0/+18
|
* Merge branch 'master' of monkey:/home/hunt/systemtapMartin Hunt2008-04-151-18/+0
|\
| * 2.6.25 fixes and stack level limits.Martin Hunt2008-04-151-18/+0
| |
* | PR6410: unwinder-less architecture toleranceFrank Ch. Eigler2008-04-151-0/+4
|/
* unwinder build fix for STACK_{TOP,BOTTOM} macro name collisionsFrank Ch. Eigler2008-04-151-4/+4
| | | | | | | | 2008-04-15 Frank Ch. Eigler <fche@elastic.org> * unwind/i386.h (STACK_BOTTOM, STACK_TOP): Comment out these unused definitions, for they collide with some kernels (2.6.25-0.121.rc5.git4 rawhide).
* Fixes for 2.6.25 pt_regs changes.Martin Hunt2008-04-092-4/+98
|
* Support for kernels built with CONFIG_FRAME_POINTERMartin Hunt2008-03-302-2/+5
|
* i386 fixes.Martin Hunt2008-03-262-16/+1
|
* Cleanup.Martin Hunt2008-03-252-0/+23
|
* add (back) runtime/unwind filesFrank Ch. Eigler2008-03-253-0/+340