| /freebsd-14.2/contrib/llvm-project/lldb/source/Expression/ |
| H A D | REPL.cpp | 108 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-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandler.cpp | 171 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 D | IOHandlerCursesGUI.cpp | 7738 SetIsDone(true); in Run()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | ScriptInterpreterLua.cpp | 118 io_handler.SetIsDone(true); in IOHandlerInputComplete() 126 io_handler.SetIsDone(true); in IOHandlerInputComplete() 130 io_handler.SetIsDone(true); in IOHandlerInputComplete()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectExpression.cpp | 523 io_handler.SetIsDone(true); in IOHandlerInputComplete() 630 m_interpreter.GetIOHandler(false)->SetIsDone(true); in DoExecute() 658 io_handler_sp->SetIsDone(false); in DoExecute()
|
| H A D | CommandObjectWatchpointCommand.cpp | 195 io_handler.SetIsDone(true); in IOHandlerInputComplete()
|
| H A D | CommandObjectBreakpointCommand.cpp | 217 io_handler.SetIsDone(true); in IOHandlerInputComplete()
|
| H A D | CommandObjectCommands.cpp | 844 io_handler.SetIsDone(true); in IOHandlerInputComplete() 1554 io_handler.SetIsDone(true); in IOHandlerInputComplete()
|
| H A D | CommandObjectType.cpp | 268 io_handler.SetIsDone(true); in IOHandlerInputComplete() 496 io_handler.SetIsDone(true); in IOHandlerInputComplete()
|
| H A D | CommandObjectTarget.cpp | 5059 io_handler.SetIsDone(true); in IOHandlerInputComplete()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 38 void SetIsDone(bool);
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | IOHandler.h | 86 void SetIsDone(bool b) { m_done = b; } in SetIsDone() function
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPythonImpl.h | 481 SetIsDone(true); in Run()
|
| H A D | ScriptInterpreterPython.cpp | 517 io_handler.SetIsDone(true); in IOHandlerInputComplete()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 3151 io_handler.SetIsDone(true); in IOHandlerInputComplete() 3158 io_handler.SetIsDone(true); in IOHandlerInputComplete() 3164 io_handler.SetIsDone(true); in IOHandlerInputComplete() 3173 io_handler.SetIsDone(true); in IOHandlerInputComplete()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | Process.cpp | 3356 m_process_input_reader->SetIsDone(true); in DestroyImpl() 4405 SetIsDone(!running); in SetIsRunning() 4414 SetIsDone(true); in Run() 4418 SetIsDone(false); in Run() 4474 SetIsDone(true); in Cancel() 4568 io_handler_sp->SetIsDone(false); in PushProcessIOHandler()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBDebugger.cpp | 82 void SBInputReader::SetIsDone(bool b) { LLDB_INSTRUMENT_VA(this, b); } in SetIsDone() function in SBInputReader
|