Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.h66 bool DestroyRequiresHalt() override { return false; } in DestroyRequiresHalt() function
/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1236 virtual bool DestroyRequiresHalt() { return true; } DestroyRequiresHalt() function