Home
last modified time | relevance | path

Searched refs:SetIsDone (Results 1 – 13 of 13) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBDebugger.h27 void SetIsDone(bool);
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectExpression.cpp384 io_handler.SetIsDone(true); in IOHandlerInputComplete()
HDCommandObjectWatchpointCommand.cpp196 io_handler.SetIsDone(true); in IOHandlerInputComplete()
HDCommandObjectBreakpointCommand.cpp205 io_handler.SetIsDone(true); in IOHandlerInputComplete()
HDCommandObjectCommands.cpp1024 io_handler.SetIsDone(true); in IOHandlerInputComplete()
1931 io_handler.SetIsDone(true); in IOHandlerInputComplete()
HDCommandObjectType.cpp345 io_handler.SetIsDone(true); in IOHandlerInputComplete()
616 io_handler.SetIsDone(true); in IOHandlerInputComplete()
HDCommandObjectTarget.cpp5078 io_handler.SetIsDone(true); in IOHandlerInputComplete()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDIOHandler.h93 SetIsDone (bool b) in SetIsDone() function
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDProcess.cpp1479 m_process_input_reader->SetIsDone(true); in SetExitStatus()
4067 m_process_input_reader->SetIsDone(true); in Destroy()
5152 SetIsDone(true); in Run()
5156 SetIsDone(false); in Run()
5179 SetIsDone(true); in Run()
5191 SetIsDone(true); in Run()
5194 SetIsDone(true); in Run()
5206 SetIsDone(true); in Run()
5317 io_handler_sp->SetIsDone(false); in PushProcessIOHandler()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDIOHandler.cpp242 io_handler.SetIsDone(true); in IOHandlerInputComplete()
253 io_handler.SetIsDone(true); in IOHandlerInputComplete()
258 io_handler.SetIsDone(true); in IOHandlerInputComplete()
268 io_handler.SetIsDone(true); in IOHandlerInputComplete()
273 io_handler.SetIsDone(true); in IOHandlerInputComplete()
530 SetIsDone(true); in GetLine()
5595 SetIsDone(true); in Run()
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDCommandInterpreter.cpp3032 io_handler.SetIsDone(true); in IOHandlerInputComplete()
3038 io_handler.SetIsDone(true); in IOHandlerInputComplete()
3043 io_handler.SetIsDone(true); in IOHandlerInputComplete()
3072 io_handler.SetIsDone(true); in IOHandlerInputComplete()
HDScriptInterpreterPython.cpp253 io_handler.SetIsDone(true); in IOHandlerInputComplete()
796 SetIsDone(true); in Run()
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBDebugger.cpp106 SBInputReader::SetIsDone(bool) in SetIsDone() function in SBInputReader