Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandReturnObject.h139 bool GetDidChangeProcessState();
/external/llvm-project/lldb/source/Interpreter/
DCommandReturnObject.cpp168 bool CommandReturnObject::GetDidChangeProcessState() { in GetDidChangeProcessState() function in CommandReturnObject
DCommandInterpreter.cpp2383 if (tmp_result.GetDidChangeProcessState() && options.GetStopOnCrash() && in HandleCommands()
2892 result.GetDidChangeProcessState() && in IOHandlerInputComplete()