Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp66 lldb::IOHandlerSP REPL::GetIOHandler() { in GetIOHandler() function in REPL
267 lldb::IOHandlerSP io_handler_sp(ci.GetIOHandler()); in IOHandlerInputComplete()
283 lldb::IOHandlerSP io_handler_sp(ci.GetIOHandler()); in IOHandlerInputComplete()
286 debugger.RunIOHandlerAsync(ci.GetIOHandler()); in IOHandlerInputComplete()
408 lldb::IOHandlerSP io_handler_sp(ci.GetIOHandler()); in IOHandlerInputComplete()
411 debugger.RunIOHandlerAsync(ci.GetIOHandler()); in IOHandlerInputComplete()
562 lldb::IOHandlerSP io_handler_sp(GetIOHandler()); in RunLoop()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DREPL.h77 lldb::IOHandlerSP GetIOHandler();
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp599 m_interpreter.GetIOHandler(false)->SetIsDone(true); in DoExecute()
626 IOHandlerSP io_handler_sp(repl_sp->GetIOHandler()); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h538 GetIOHandler(bool force_create = false,
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3035 CommandInterpreter::GetIOHandler(bool force_create, in GetIOHandler() function in CommandInterpreter
3085 m_debugger.RunIOHandlerAsync(GetIOHandler(force_create, &options)); in RunCommandInterpreter()