class Delegate
Defined at line 76 of file ../../src/lib/unwinder/memory.h
Public Methods
void FetchMemoryRanges (std::vector<std::pair<uint64_t, uint32_t>> ranges, fit::callback<void ()> cb)
Perform the asynchronous reads for each (address, size) pair. |cb| should be issued once all
requested memory has been received and is usable with |ReadBytes|.