#include "snapshot/test/test_thread_snapshot.h"
namespace crashpad {
namespace test {
TestThreadSnapshot::TestThreadSnapshot()
: … { … }
TestThreadSnapshot::~TestThreadSnapshot() { … }
const CPUContext* TestThreadSnapshot::Context() const { … }
const MemorySnapshot* TestThreadSnapshot::Stack() const { … }
uint64_t TestThreadSnapshot::ThreadID() const { … }
std::string TestThreadSnapshot::ThreadName() const { … }
int TestThreadSnapshot::SuspendCount() const { … }
int TestThreadSnapshot::Priority() const { … }
uint64_t TestThreadSnapshot::ThreadSpecificDataAddress() const { … }
std::vector<const MemorySnapshot*> TestThreadSnapshot::ExtraMemory() const { … }
}
}