Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp108 io_handler.SetIsDone(true); in IOHandlerActivated()
270 io_handler.SetIsDone(true); in IOHandlerInputComplete()
279 io_handler_sp->SetIsDone(true); in IOHandlerInputComplete()
289 io_handler.SetIsDone(true); in IOHandlerInputComplete()
295 io_handler_sp->SetIsDone(false); in IOHandlerInputComplete()
420 io_handler_sp->SetIsDone(false); in IOHandlerInputComplete()
492 io_handler.SetIsDone(true); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp158 io_handler.SetIsDone(true); in IOHandlerInputComplete()
167 io_handler.SetIsDone(true); in IOHandlerInputComplete()
172 io_handler.SetIsDone(true); in IOHandlerInputComplete()
181 io_handler.SetIsDone(true); in IOHandlerInputComplete()
184 io_handler.SetIsDone(true); in IOHandlerInputComplete()
365 SetIsDone(true); in GetLine()
H A DIOHandlerCursesGUI.cpp7727 SetIsDone(true); in Run()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp127 io_handler.SetIsDone(true); in IOHandlerInputComplete()
135 io_handler.SetIsDone(true); in IOHandlerInputComplete()
139 io_handler.SetIsDone(true); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp506 io_handler.SetIsDone(true); in IOHandlerInputComplete()
613 m_interpreter.GetIOHandler(false)->SetIsDone(true); in DoExecute()
641 io_handler_sp->SetIsDone(false); in DoExecute()
H A DCommandObjectWatchpointCommand.cpp187 io_handler.SetIsDone(true); in IOHandlerInputComplete()
H A DCommandObjectBreakpointCommand.cpp207 io_handler.SetIsDone(true); in IOHandlerInputComplete()
H A DCommandObjectType.cpp275 io_handler.SetIsDone(true); in IOHandlerInputComplete()
507 io_handler.SetIsDone(true); in IOHandlerInputComplete()
H A DCommandObjectCommands.cpp810 io_handler.SetIsDone(true); in IOHandlerInputComplete()
2449 io_handler.SetIsDone(true); in IOHandlerInputComplete()
H A DCommandObjectTarget.cpp4984 io_handler.SetIsDone(true); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h40 void SetIsDone(bool);
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h81 void SetIsDone(bool b) { m_done = b; } in SetIsDone() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h489 SetIsDone(true); in Run()
H A DScriptInterpreterPython.cpp505 io_handler.SetIsDone(true); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3345 io_handler.SetIsDone(true); in IOHandlerInputComplete()
3352 io_handler.SetIsDone(true); in IOHandlerInputComplete()
3358 io_handler.SetIsDone(true); in IOHandlerInputComplete()
3367 io_handler.SetIsDone(true); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp3558 m_process_input_reader->SetIsDone(true); in DestroyImpl()
4635 SetIsDone(!running); in SetIsRunning()
4644 SetIsDone(true); in Run()
4648 SetIsDone(false); in Run()
4705 SetIsDone(true); in Cancel()
4799 io_handler_sp->SetIsDone(false); in PushProcessIOHandler()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp83 void SBInputReader::SetIsDone(bool b) { LLDB_INSTRUMENT_VA(this, b); } in SetIsDone() function in SBInputReader