Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h146 bool GetDidChangeProcessState() const;
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandReturnObject.cpp154 bool CommandReturnObject::GetDidChangeProcessState() const { in GetDidChangeProcessState() function in CommandReturnObject
H A DCommandInterpreter.cpp2629 if (tmp_result.GetDidChangeProcessState() && options.GetStopOnCrash() && in HandleCommands()
3162 result.GetDidChangeProcessState() && in IOHandlerInputComplete()