Home
last modified time | relevance | path

Searched refs:FRAME_TRUST_PREWALKED (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/google_breakpad/processor/
Dstack_frame.h53 FRAME_TRUST_PREWALKED, // Explicitly provided by some external stack walker. enumerator
74 case StackFrame::FRAME_TRUST_PREWALKED: in trust_description()
/external/google-breakpad/src/processor/
Dstackwalker_address_list.cc67 frame->trust = StackFrame::FRAME_TRUST_PREWALKED; in GetContextFrame()
88 frame->trust = StackFrame::FRAME_TRUST_PREWALKED; in GetCallerFrame()
Dstackwalker_address_list_unittest.cc111 ASSERT_EQ(StackFrame::FRAME_TRUST_PREWALKED, frames->at(i)->trust); in CheckCallStack()