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

/freebsd-current/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp108 io_handler.SetIsDone(true);
268 io_handler.SetIsDone(true);
277 io_handler_sp->SetIsDone(true);
287 io_handler.SetIsDone(true);
293 io_handler_sp->SetIsDone(false);
421 io_handler_sp->SetIsDone(false);
492 io_handler.SetIsDone(true);
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp171 io_handler.SetIsDone(true);
180 io_handler.SetIsDone(true);
185 io_handler.SetIsDone(true);
194 io_handler.SetIsDone(true);
197 io_handler.SetIsDone(true);
381 SetIsDone(true);
H A DIOHandlerCursesGUI.cpp7738 SetIsDone(true);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp118 io_handler.SetIsDone(true);
126 io_handler.SetIsDone(true);
130 io_handler.SetIsDone(true);
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp523 io_handler.SetIsDone(true);
630 m_interpreter.GetIOHandler(false)->SetIsDone(true);
658 io_handler_sp->SetIsDone(false);
H A DCommandObjectBreakpointCommand.cpp217 io_handler.SetIsDone(true);
H A DCommandObjectWatchpointCommand.cpp195 io_handler.SetIsDone(true);
H A DCommandObjectCommands.cpp844 io_handler.SetIsDone(true);
1554 io_handler.SetIsDone(true);
H A DCommandObjectType.cpp268 io_handler.SetIsDone(true);
496 io_handler.SetIsDone(true);
H A DCommandObjectTarget.cpp5059 io_handler.SetIsDone(true);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h38 void SetIsDone(bool);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h481 SetIsDone(true);
H A DScriptInterpreterPython.cpp517 io_handler.SetIsDone(true);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h86 void SetIsDone(bool b) { m_done = b; } function in class:lldb_private::IOHandler
242 /// IOHandler::SetIsDone(true) when the IO handler is done like when
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3151 io_handler.SetIsDone(true);
3158 io_handler.SetIsDone(true);
3164 io_handler.SetIsDone(true);
3173 io_handler.SetIsDone(true);
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp3356 m_process_input_reader->SetIsDone(true);
4405 SetIsDone(!running);
4414 SetIsDone(true);
4418 SetIsDone(false);
4474 SetIsDone(true);
4568 io_handler_sp->SetIsDone(false);
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp82 void SBInputReader::SetIsDone(bool b) { LLDB_INSTRUMENT_VA(this, b); } function in class:SBInputReader

Completed in 311 milliseconds