#include "snapshot/test/test_exception_snapshot.h"
namespace crashpad {
namespace test {
TestExceptionSnapshot::TestExceptionSnapshot()
: … { … }
TestExceptionSnapshot::~TestExceptionSnapshot() { … }
const CPUContext* TestExceptionSnapshot::Context() const { … }
uint64_t TestExceptionSnapshot::ThreadID() const { … }
uint32_t TestExceptionSnapshot::Exception() const { … }
uint32_t TestExceptionSnapshot::ExceptionInfo() const { … }
uint64_t TestExceptionSnapshot::ExceptionAddress() const { … }
const std::vector<uint64_t>& TestExceptionSnapshot::Codes() const { … }
std::vector<const MemorySnapshot*> TestExceptionSnapshot::ExtraMemory() const { … }
}
}