Searched refs:SetIsDone (Results 1 - 16 of 16) sorted by path

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h30 void SetIsDone(bool);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h88 virtual void SetIsDone(bool b) { m_done = b; } function in class:lldb_private::IOHandler
239 /// IOHandler::SetIsDone(true) when the IO handler is done like when
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp118 void SBInputReader::SetIsDone(bool b) { function in class:SBInputReader
119 LLDB_RECORD_METHOD(void, SBInputReader, SetIsDone, (bool), b);
1618 LLDB_REGISTER_METHOD(void, SBInputReader, SetIsDone, (bool));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp239 io_handler.SetIsDone(true);
H A DCommandObjectCommands.cpp959 io_handler.SetIsDone(true);
1627 io_handler.SetIsDone(true);
H A DCommandObjectExpression.cpp489 io_handler.SetIsDone(true);
597 m_interpreter.GetIOHandler(false)->SetIsDone(true);
626 io_handler_sp->SetIsDone(false);
H A DCommandObjectTarget.cpp4606 io_handler.SetIsDone(true);
H A DCommandObjectType.cpp256 io_handler.SetIsDone(true);
475 io_handler.SetIsDone(true);
H A DCommandObjectWatchpointCommand.cpp223 io_handler.SetIsDone(true);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp166 io_handler.SetIsDone(true);
175 io_handler.SetIsDone(true);
180 io_handler.SetIsDone(true);
189 io_handler.SetIsDone(true);
192 io_handler.SetIsDone(true);
343 SetIsDone(true);
H A DIOHandlerCursesGUI.cpp4056 SetIsDone(true);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp101 io_handler.SetIsDone(true);
229 io_handler.SetIsDone(true);
238 io_handler_sp->SetIsDone(true);
248 io_handler.SetIsDone(true);
254 io_handler_sp->SetIsDone(false);
372 io_handler_sp->SetIsDone(false);
438 io_handler.SetIsDone(true);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2793 io_handler.SetIsDone(true);
2799 io_handler.SetIsDone(true);
2804 io_handler.SetIsDone(true);
2812 io_handler.SetIsDone(true);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp570 io_handler.SetIsDone(true);
H A DScriptInterpreterPythonImpl.h463 SetIsDone(true);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp3273 m_process_input_reader->SetIsDone(true);
4306 SetIsDone(true);
4310 SetIsDone(false);
4328 SetIsDone(true);
4336 SetIsDone(true);
4338 SetIsDone(true);
4347 SetIsDone(true);
4364 SetIsDone(true);
4457 io_handler_sp->SetIsDone(false);

Completed in 232 milliseconds