Home
last modified time | relevance | path

Searched refs:unloaded_modules (Results 1 – 6 of 6) sorted by relevance

/external/google-breakpad/src/processor/
Dstack_frame_symbolizer.cc58 const CodeModules* unloaded_modules, in FillSourceLineInfo() argument
67 if (!module && unloaded_modules) { in FillSourceLineInfo()
68 module = unloaded_modules->GetModuleForAddress(frame->instruction); in FillSourceLineInfo()
Dstackwalker.cc202 const CodeModules* unloaded_modules, in StackwalkerForCPU() argument
274 cpu_stackwalker->unloaded_modules_ = unloaded_modules; in StackwalkerForCPU()
/external/google-breakpad/src/google_breakpad/processor/
Dstack_frame_symbolizer.h80 const CodeModules* unloaded_modules,
Dprocess_state.h116 const CodeModules* unloaded_modules() const { return unloaded_modules_; } in unloaded_modules() function
Dstackwalker.h92 const CodeModules* unloaded_modules,
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DProcessWindows.cpp626 ModuleList unloaded_modules; in OnExitProcess() local
627 unloaded_modules.Append(executable_module); in OnExitProcess()
628 target->ModulesDidUnload(unloaded_modules, true); in OnExitProcess()