HomeSort by relevance Sort by last modified time
    Searched refs:Stackwalker (Results 26 - 29 of 29) sorted by null

12

  /external/google-breakpad/src/processor/
stackwalker_mips_unittest.cc 57 using google_breakpad::Stackwalker;
103 Stackwalker::set_max_frames_scanned(1024);
199 // The stackwalker should be able to produce the context frame even
369 // If the stackwalker resorts to stack scanning, it will scan only
481 Stackwalker::set_max_frames_scanned(0);
stackwalker_x86.cc 30 // stackwalker_x86.cc: x86-specific stackwalker.
92 : Stackwalker(system_info, memory, modules, resolver_helper),
156 // This stackwalker sets each frame's %esp to its value immediately prior
177 // values produced by this stackwalker directly correspond to the %esp
minidump_processor.cc 245 scoped_ptr<Stackwalker> stackwalker(
246 Stackwalker::StackwalkerForCPU(process_state->system_info(),
253 if (stackwalker.get()) {
254 if (!stackwalker->Walk(stack.get(),
257 BPLOG(INFO) << "Stackwalker interrupt (missing symbols?) at "
265 BPLOG(ERROR) << "No stackwalker for " << thread_string;
    [all...]
stackwalker_x86_unittest.cc 56 using google_breakpad::Stackwalker;
110 Stackwalker::set_max_frames_scanned(1024);
209 // The stackwalker should be able to produce the context frame even
317 // Make the frame pointer bogus, to make the stackwalker scan the stack
383 // Make the frame pointer bogus, to make the stackwalker scan the stack
447 // Make the frame pointer bogus, to make the stackwalker scan the stack
454 Stackwalker::set_max_frames_scanned(0);
    [all...]

Completed in 170 milliseconds

12