class AsyncUnwinder
Defined at line 51 of file ../../src/lib/unwinder/unwind.h
Public Methods
void AsyncUnwinder (std::span<const Module> modules)
Defined at line 260 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 288 of file ../../src/lib/unwinder/unwind.cc