Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DREPL.cpp72 lldb::IOHandlerSP REPL::GetIOHandler() { in GetIOHandler() function in REPL
242 lldb::IOHandlerSP io_handler_sp(ci.GetIOHandler()); in IOHandlerInputComplete()
258 lldb::IOHandlerSP io_handler_sp(ci.GetIOHandler()); in IOHandlerInputComplete()
261 debugger.PushIOHandler(ci.GetIOHandler()); in IOHandlerInputComplete()
382 lldb::IOHandlerSP io_handler_sp(ci.GetIOHandler()); in IOHandlerInputComplete()
385 debugger.PushIOHandler(ci.GetIOHandler()); in IOHandlerInputComplete()
525 lldb::IOHandlerSP io_handler_sp(GetIOHandler()); in RunLoop()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DREPL.h82 lldb::IOHandlerSP GetIOHandler();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectExpression.cpp609 m_interpreter.GetIOHandler(false)->SetIsDone(true); in DoExecute()
635 IOHandlerSP io_handler_sp(repl_sp->GetIOHandler()); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h511 GetIOHandler(bool force_create = false,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2947 CommandInterpreter::GetIOHandler(bool force_create, in GetIOHandler() function in CommandInterpreter
2994 m_debugger.PushIOHandler(GetIOHandler(force_create, &options)); in RunCommandInterpreter()