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()
268 io_handler.SetIsDone(true); in IOHandlerInputComplete()
277 io_handler_sp->SetIsDone(true); in IOHandlerInputComplete()
287 io_handler.SetIsDone(true); in IOHandlerInputComplete()
293 io_handler_sp->SetIsDone(false); in IOHandlerInputComplete()
421 io_handler_sp->SetIsDone(false); in IOHandlerInputComplete()
492 io_handler.SetIsDone(true); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/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()
381 SetIsDone(true); in GetLine()
H A DIOHandlerCursesGUI.cpp7739 SetIsDone(true); in Run()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp118 io_handler.SetIsDone(true); in IOHandlerInputComplete()
126 io_handler.SetIsDone(true); in IOHandlerInputComplete()
130 io_handler.SetIsDone(true); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp515 io_handler.SetIsDone(true); in IOHandlerInputComplete()
622 m_interpreter.GetIOHandler(false)->SetIsDone(true); in DoExecute()
650 io_handler_sp->SetIsDone(false); in DoExecute()
H A DCommandObjectWatchpointCommand.cpp183 io_handler.SetIsDone(true); in IOHandlerInputComplete()
H A DCommandObjectBreakpointCommand.cpp205 io_handler.SetIsDone(true); in IOHandlerInputComplete()
H A DCommandObjectCommands.cpp800 io_handler.SetIsDone(true); in IOHandlerInputComplete()
2206 io_handler.SetIsDone(true); in IOHandlerInputComplete()
H A DCommandObjectType.cpp268 io_handler.SetIsDone(true); in IOHandlerInputComplete()
496 io_handler.SetIsDone(true); in IOHandlerInputComplete()
H A DCommandObjectTarget.cpp4959 io_handler.SetIsDone(true); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h38 void SetIsDone(bool);
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h86 void SetIsDone(bool b) { m_done = b; } in SetIsDone() function
242 /// IOHandler::SetIsDone(true) when the IO handler is done like when
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h483 SetIsDone(true); in Run()
H A DScriptInterpreterPython.cpp523 io_handler.SetIsDone(true); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3170 io_handler.SetIsDone(true); in IOHandlerInputComplete()
3177 io_handler.SetIsDone(true); in IOHandlerInputComplete()
3183 io_handler.SetIsDone(true); in IOHandlerInputComplete()
3192 io_handler.SetIsDone(true); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp3543 m_process_input_reader->SetIsDone(true); in DestroyImpl()
4603 SetIsDone(!running); in SetIsRunning()
4612 SetIsDone(true); in Run()
4616 SetIsDone(false); in Run()
4672 SetIsDone(true); in Cancel()
4766 io_handler_sp->SetIsDone(false); in PushProcessIOHandler()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp82 void SBInputReader::SetIsDone(bool b) { LLDB_INSTRUMENT_VA(this, b); } in SetIsDone() function in SBInputReader