class LinuxMemory
Defined at line 20 of file ../../src/lib/unwinder/linux.h
Public Methods
Error ReadBytes (uint64_t addr, uint64_t size, void * dst)
|Memory| implementation.
Defined at line 12 of file ../../src/lib/unwinder/linux.cc
void LinuxMemory (pid_t process)
The ownership of the process is not taken. The handle must outlast this object.
Defined at line 23 of file ../../src/lib/unwinder/linux.h