class FramePointerUnwinder

Defined at line 18 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 (const ElfModuleCache & module_cache)

Defined at line 20 of file ../../src/lib/unwinder/fp_unwinder.h

Frame::Trust trust ()

Defined at line 25 of file ../../src/lib/unwinder/fp_unwinder.h

Error Step (Memory * stack, const Frame & current, Frame & next)

Defined at line 48 of file ../../src/lib/unwinder/fp_unwinder.cc

void AsyncStep (AsyncMemory * stack, const Frame & current, fit::callback<void (Error, Registers)> cb)

Defined at line 81 of file ../../src/lib/unwinder/fp_unwinder.cc