class FramePointerUnwinder
Defined at line 20 of file ../../src/lib/unwinder/fp_unwinder.h
Unwind from the frame pointer. There's no reliable way to detect whether
a function has frame pointer enabled, so we try our best.
Public Methods
void FramePointerUnwinder (CfiUnwinder * cfi_unwinder)
We need |CfiUnwinder::IsValidPC|.
Defined at line 23 of file ../../src/lib/unwinder/fp_unwinder.h
Frame::Trust trust ()
Defined at line 28 of file ../../src/lib/unwinder/fp_unwinder.h
Error Step (Memory * stack, const Frame & current, Frame & next)
Defined at line 47 of file ../../src/lib/unwinder/fp_unwinder.cc
void AsyncStep (AsyncMemory * stack, const Frame & current, fit::callback<void (Error, Registers)> cb)
Defined at line 83 of file ../../src/lib/unwinder/fp_unwinder.cc