Code for back tracing and unwinding.
trackers are suspended
Fixed by: commit cba040e1437a19ae0f0b21d560b13cb6d2091282 Author: Mark Wielaard <mwielaard@redhat.com> Date: Wed Mar 12 14:22:49 2008 +0100 Implement libunwind fallback for plt frame. Fixes bug #5259 on x86. frysk-core/frysk/stack/ChangeLog 2008-03-12 Mark Wielaard <mwielaard@redhat.com> * TestLibFunctionStepFrame.java: Mark only unresolved on x86_64 and ppc. Only check first 24 steps (bug #5917). Tighter check for main and foo order. frysk-imports/libunwind/ChangeLog 2007-03-12 Mark Wielaard <mwielaard@redhat.com> * src/x86/Gstep.c (is_call_instr_at): New function. (init_stack_based_ret): New function. (unw_step): Try stack based unwind with call instr, before fallback to frame pointer. Tracking last remaining x86_64 issue in bug #5962
Test case and fix pushed.
Comments #2 and #3 belong to bug #5259
Is a tracker for all the stack unwind stuff.