Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h143 bool GetDidChangeProcessState();
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandReturnObject.cpp148 bool CommandReturnObject::GetDidChangeProcessState() { in GetDidChangeProcessState() function in CommandReturnObject
H A DCommandInterpreter.cpp2380 if (tmp_result.GetDidChangeProcessState() && options.GetStopOnCrash() && in HandleCommands()
2900 result.GetDidChangeProcessState() && in IOHandlerInputComplete()