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