Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp639 ModuleList unloaded_modules; in OnExitProcess() local
640 unloaded_modules.Append(executable_module); in OnExitProcess()
641 target->ModulesDidUnload(unloaded_modules, true); in OnExitProcess()