Home
last modified time | relevance | path

Searched defs:DestroyRequiresHalt (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
DProcessWindows.h66 bool DestroyRequiresHalt() override { return false; } in DestroyRequiresHalt() function
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DProcess.h1178 virtual bool DestroyRequiresHalt() { return true; } in DestroyRequiresHalt() function