Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandReturnObject.cpp161 bool CommandReturnObject::GetDidChangeProcessState() { in GetDidChangeProcessState() function in CommandReturnObject
H A DCommandInterpreter.cpp2314 if (tmp_result.GetDidChangeProcessState() && options.GetStopOnCrash()) { in HandleCommands()
2848 if (!m_quit_requested && result.GetDidChangeProcessState() && in IOHandlerInputComplete()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h140 bool GetDidChangeProcessState();