class AsyncUnwinder
Defined at line 48 of file ../../src/lib/unwinder/unwind.h
Public Methods
void AsyncUnwinder (const std::vector<Module> & modules)
Defined at line 245 of file ../../src/lib/unwinder/unwind.cc
void Unwind (AsyncMemory::Delegate * delegate, const Registers & registers, size_t max_depth, fit::callback<void (std::vector<Frame>)> cb)
Defined at line 247 of file ../../src/lib/unwinder/unwind.cc