| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | REPL.cpp | 108 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 D | IOHandler.cpp | 158 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 D | IOHandlerCursesGUI.cpp | 7727 SetIsDone(true); in Run()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | ScriptInterpreterLua.cpp | 127 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 D | CommandObjectExpression.cpp | 506 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 D | CommandObjectWatchpointCommand.cpp | 187 io_handler.SetIsDone(true); in IOHandlerInputComplete()
|
| H A D | CommandObjectBreakpointCommand.cpp | 207 io_handler.SetIsDone(true); in IOHandlerInputComplete()
|
| H A D | CommandObjectType.cpp | 275 io_handler.SetIsDone(true); in IOHandlerInputComplete() 507 io_handler.SetIsDone(true); in IOHandlerInputComplete()
|
| H A D | CommandObjectCommands.cpp | 810 io_handler.SetIsDone(true); in IOHandlerInputComplete() 2449 io_handler.SetIsDone(true); in IOHandlerInputComplete()
|
| H A D | CommandObjectTarget.cpp | 4984 io_handler.SetIsDone(true); in IOHandlerInputComplete()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 40 void SetIsDone(bool);
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | IOHandler.h | 81 void SetIsDone(bool b) { m_done = b; } in SetIsDone() function
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPythonImpl.h | 489 SetIsDone(true); in Run()
|
| H A D | ScriptInterpreterPython.cpp | 505 io_handler.SetIsDone(true); in IOHandlerInputComplete()
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 3345 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 D | Process.cpp | 3558 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 D | SBDebugger.cpp | 83 void SBInputReader::SetIsDone(bool b) { LLDB_INSTRUMENT_VA(this, b); } in SetIsDone() function in SBInputReader
|