Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h146 bool GetDidChangeProcessState() const;
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandReturnObject.cpp157 bool CommandReturnObject::GetDidChangeProcessState() const { in GetDidChangeProcessState() function in CommandReturnObject
H A DCommandInterpreter.cpp2645 if (tmp_result.GetDidChangeProcessState() && options.GetStopOnCrash() && in HandleCommands()
3189 result.GetDidChangeProcessState() && in IOHandlerInputComplete()