Home
last modified time | relevance | path

Searched refs:GetIOHandler (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp73 lldb::IOHandlerSP REPL::GetIOHandler() { in GetIOHandler() function in REPL
277 lldb::IOHandlerSP io_handler_sp(ci.GetIOHandler()); in IOHandlerInputComplete()
293 lldb::IOHandlerSP io_handler_sp(ci.GetIOHandler()); in IOHandlerInputComplete()
296 debugger.RunIOHandlerAsync(ci.GetIOHandler()); in IOHandlerInputComplete()
418 lldb::IOHandlerSP io_handler_sp(ci.GetIOHandler()); in IOHandlerInputComplete()
421 debugger.RunIOHandlerAsync(ci.GetIOHandler()); in IOHandlerInputComplete()
571 lldb::IOHandlerSP io_handler_sp(GetIOHandler()); in RunLoop()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DREPL.h77 lldb::IOHandlerSP GetIOHandler();
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp613 m_interpreter.GetIOHandler(false)->SetIsDone(true); in DoExecute()
640 IOHandlerSP io_handler_sp(repl_sp->GetIOHandler()); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h644 GetIOHandler(bool force_create = false,
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3465 return (GetIOHandler() ? GetIOHandler()->GetIsInteractive() : false); in IsInteractive()
3517 CommandInterpreter::GetIOHandler(bool force_create, in GetIOHandler() function in CommandInterpreter
3568 m_debugger.RunIOHandlerAsync(GetIOHandler(force_create, &options)); in RunCommandInterpreter()