HomeSort by relevance Sort by last modified time
    Searched refs:DumpContext (Results 1 - 8 of 8) sorted by null

  /external/google-breakpad/src/google_breakpad/processor/
dump_context.h 40 // DumpContext carries a CPU-specific MDRawContext structure, which contains CPU
42 class DumpContext : public DumpObject {
44 virtual ~DumpContext();
74 DumpContext();
microdump.h 65 class MicrodumpContext : public DumpContext {
111 DumpContext* GetContext() { return context_.get(); }
stackwalker.h 57 class DumpContext;
89 DumpContext* context,
minidump.h 163 class MinidumpContext : public DumpContext {
    [all...]
  /external/google-breakpad/src/processor/
dump_context.cc 52 DumpContext::DumpContext() : context_(),
55 DumpContext::~DumpContext() {
59 uint32_t DumpContext::GetContextCPU() const {
69 uint32_t DumpContext::GetContextFlags() const {
73 const MDRawContextX86* DumpContext::GetContextX86() const {
75 BPLOG(ERROR) << "DumpContext cannot get x86 context";
82 const MDRawContextPPC* DumpContext::GetContextPPC() const {
84 BPLOG(ERROR) << "DumpContext cannot get ppc context"
    [all...]
microdump.cc 101 DumpContext::SetContextFlags(MD_CONTEXT_ARM);
102 DumpContext::SetContextARM(arm);
107 DumpContext::SetContextFlags(MD_CONTEXT_ARM64);
108 DumpContext::SetContextARM64(arm64);
stackwalker.cc 193 DumpContext* context,
minidump.cc 415 : DumpContext(),
    [all...]

Completed in 201 milliseconds