Home
last modified time | relevance | path

Searched refs:SetIsDone (Results 1 – 17 of 17) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DREPL.cpp106 io_handler.SetIsDone(true); in IOHandlerActivated()
265 io_handler.SetIsDone(true); in IOHandlerInputComplete()
274 io_handler_sp->SetIsDone(true); in IOHandlerInputComplete()
284 io_handler.SetIsDone(true); in IOHandlerInputComplete()
290 io_handler_sp->SetIsDone(false); in IOHandlerInputComplete()
415 io_handler_sp->SetIsDone(false); in IOHandlerInputComplete()
486 io_handler.SetIsDone(true); in IOHandlerInputComplete()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandler.cpp171 io_handler.SetIsDone(true); in IOHandlerInputComplete()
180 io_handler.SetIsDone(true); in IOHandlerInputComplete()
185 io_handler.SetIsDone(true); in IOHandlerInputComplete()
194 io_handler.SetIsDone(true); in IOHandlerInputComplete()
197 io_handler.SetIsDone(true); in IOHandlerInputComplete()
379 SetIsDone(true); in GetLine()
H A DIOHandlerCursesGUI.cpp7715 SetIsDone(true); in Run()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp118 io_handler.SetIsDone(true); in IOHandlerInputComplete()
125 io_handler.SetIsDone(true); in IOHandlerInputComplete()
129 io_handler.SetIsDone(true); in IOHandlerInputComplete()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectExpression.cpp479 io_handler.SetIsDone(true); in IOHandlerInputComplete()
586 m_interpreter.GetIOHandler(false)->SetIsDone(true); in DoExecute()
614 io_handler_sp->SetIsDone(false); in DoExecute()
H A DCommandObjectWatchpointCommand.cpp195 io_handler.SetIsDone(true); in IOHandlerInputComplete()
H A DCommandObjectBreakpointCommand.cpp217 io_handler.SetIsDone(true); in IOHandlerInputComplete()
H A DCommandObjectCommands.cpp850 io_handler.SetIsDone(true); in IOHandlerInputComplete()
1533 io_handler.SetIsDone(true); in IOHandlerInputComplete()
H A DCommandObjectType.cpp255 io_handler.SetIsDone(true); in IOHandlerInputComplete()
484 io_handler.SetIsDone(true); in IOHandlerInputComplete()
H A DCommandObjectTarget.cpp4780 io_handler.SetIsDone(true); in IOHandlerInputComplete()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBDebugger.h30 void SetIsDone(bool);
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DIOHandler.h87 void SetIsDone(bool b) { m_done = b; } in SetIsDone() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h472 SetIsDone(true); in Run()
H A DScriptInterpreterPython.cpp506 io_handler.SetIsDone(true); in IOHandlerInputComplete()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3143 io_handler.SetIsDone(true); in IOHandlerInputComplete()
3150 io_handler.SetIsDone(true); in IOHandlerInputComplete()
3156 io_handler.SetIsDone(true); in IOHandlerInputComplete()
3165 io_handler.SetIsDone(true); in IOHandlerInputComplete()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp3318 m_process_input_reader->SetIsDone(true); in DestroyImpl()
4360 SetIsDone(!running); in SetIsRunning()
4369 SetIsDone(true); in Run()
4373 SetIsDone(false); in Run()
4429 SetIsDone(true); in Cancel()
4518 io_handler_sp->SetIsDone(false); in PushProcessIOHandler()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp118 void SBInputReader::SetIsDone(bool b) { LLDB_INSTRUMENT_VA(this, b); } in SetIsDone() function in SBInputReader