Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandler.cpp175 io_handler.SetIsDone(true); in IOHandlerInputComplete()
184 io_handler.SetIsDone(true); in IOHandlerInputComplete()
189 io_handler.SetIsDone(true); in IOHandlerInputComplete()
198 io_handler.SetIsDone(true); in IOHandlerInputComplete()
201 io_handler.SetIsDone(true); in IOHandlerInputComplete()
387 SetIsDone(true); in GetLine()
H A DIOHandlerCursesGUI.cpp7711 SetIsDone(true); in Run()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectExpression.cpp472 io_handler.SetIsDone(true); in IOHandlerInputComplete()
579 m_interpreter.GetIOHandler(false)->SetIsDone(true); in DoExecute()
607 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.cpp847 io_handler.SetIsDone(true); in IOHandlerInputComplete()
1530 io_handler.SetIsDone(true); in IOHandlerInputComplete()
H A DCommandObjectType.cpp260 io_handler.SetIsDone(true); in IOHandlerInputComplete()
478 io_handler.SetIsDone(true); in IOHandlerInputComplete()
H A DCommandObjectTarget.cpp4765 io_handler.SetIsDone(true); in IOHandlerInputComplete()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBDebugger.h30 void SetIsDone(bool);
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DIOHandler.h90 void SetIsDone(bool b) { m_done = b; } in SetIsDone() function
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h469 SetIsDone(true); in Run()
H A DScriptInterpreterPython.cpp502 io_handler.SetIsDone(true); in IOHandlerInputComplete()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3095 io_handler.SetIsDone(true); in IOHandlerInputComplete()
3102 io_handler.SetIsDone(true); in IOHandlerInputComplete()
3108 io_handler.SetIsDone(true); in IOHandlerInputComplete()
3117 io_handler.SetIsDone(true); in IOHandlerInputComplete()
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp3297 m_process_input_reader->SetIsDone(true); in DestroyImpl()
4339 SetIsDone(!running); in SetIsRunning()
4348 SetIsDone(true); in Run()
4352 SetIsDone(false); in Run()
4408 SetIsDone(true); in Cancel()
4497 io_handler_sp->SetIsDone(false); in PushProcessIOHandler()
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp117 void SBInputReader::SetIsDone(bool b) { LLDB_INSTRUMENT_VA(this, b); } in SetIsDone() function in SBInputReader