| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | REPL.cpp | 101 io_handler.SetIsDone(true); in IOHandlerActivated() 260 io_handler.SetIsDone(true); in IOHandlerInputComplete() 269 io_handler_sp->SetIsDone(true); in IOHandlerInputComplete() 279 io_handler.SetIsDone(true); in IOHandlerInputComplete() 285 io_handler_sp->SetIsDone(false); in IOHandlerInputComplete() 410 io_handler_sp->SetIsDone(false); in IOHandlerInputComplete() 481 io_handler.SetIsDone(true); in IOHandlerInputComplete()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandler.cpp | 169 io_handler.SetIsDone(true); in IOHandlerInputComplete() 178 io_handler.SetIsDone(true); in IOHandlerInputComplete() 183 io_handler.SetIsDone(true); in IOHandlerInputComplete() 192 io_handler.SetIsDone(true); in IOHandlerInputComplete() 195 io_handler.SetIsDone(true); in IOHandlerInputComplete() 378 SetIsDone(true); in GetLine()
|
| H A D | IOHandlerCursesGUI.cpp | 6186 SetIsDone(true); in Run()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | ScriptInterpreterLua.cpp | 118 io_handler.SetIsDone(true); in IOHandlerInputComplete() 125 io_handler.SetIsDone(true); in IOHandlerInputComplete() 129 io_handler.SetIsDone(true); in IOHandlerInputComplete()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectExpression.cpp | 489 io_handler.SetIsDone(true); in IOHandlerInputComplete() 599 m_interpreter.GetIOHandler(false)->SetIsDone(true); in DoExecute() 627 io_handler_sp->SetIsDone(false); in DoExecute()
|
| H A D | CommandObjectWatchpointCommand.cpp | 225 io_handler.SetIsDone(true); in IOHandlerInputComplete()
|
| H A D | CommandObjectBreakpointCommand.cpp | 246 io_handler.SetIsDone(true); in IOHandlerInputComplete()
|
| H A D | CommandObjectCommands.cpp | 802 io_handler.SetIsDone(true); in IOHandlerInputComplete() 1482 io_handler.SetIsDone(true); in IOHandlerInputComplete()
|
| H A D | CommandObjectType.cpp | 259 io_handler.SetIsDone(true); in IOHandlerInputComplete() 477 io_handler.SetIsDone(true); in IOHandlerInputComplete()
|
| H A D | CommandObjectTarget.cpp | 4604 io_handler.SetIsDone(true); in IOHandlerInputComplete()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 30 void SetIsDone(bool);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Process.cpp | 3268 m_process_input_reader->SetIsDone(true); in DestroyImpl() 4325 SetIsDone(true); in Run() 4329 SetIsDone(false); in Run() 4347 SetIsDone(true); in Run() 4355 SetIsDone(true); in Run() 4357 SetIsDone(true); in Run() 4366 SetIsDone(true); in Run() 4383 SetIsDone(true); in Cancel() 4471 io_handler_sp->SetIsDone(false); in PushProcessIOHandler()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | IOHandler.h | 90 virtual void SetIsDone(bool b) { m_done = b; } in SetIsDone() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPythonImpl.h | 474 SetIsDone(true); in Run()
|
| H A D | ScriptInterpreterPython.cpp | 631 io_handler.SetIsDone(true); in IOHandlerInputComplete()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBDebugger.cpp | 120 void SBInputReader::SetIsDone(bool b) { in SetIsDone() function in SBInputReader 121 LLDB_RECORD_METHOD(void, SBInputReader, SetIsDone, (bool), b); in SetIsDone() 1693 LLDB_REGISTER_METHOD(void, SBInputReader, SetIsDone, (bool)); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 2881 io_handler.SetIsDone(true); in IOHandlerInputComplete() 2888 io_handler.SetIsDone(true); in IOHandlerInputComplete() 2894 io_handler.SetIsDone(true); in IOHandlerInputComplete() 2903 io_handler.SetIsDone(true); in IOHandlerInputComplete()
|