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
275 lldb::IOHandlerSP io_handler_sp(ci.GetIOHandler()); in IOHandlerInputComplete()
291 lldb::IOHandlerSP io_handler_sp(ci.GetIOHandler()); in IOHandlerInputComplete()
294 debugger.RunIOHandlerAsync(ci.GetIOHandler()); in IOHandlerInputComplete()
419 lldb::IOHandlerSP io_handler_sp(ci.GetIOHandler()); in IOHandlerInputComplete()
422 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.cpp622 m_interpreter.GetIOHandler(false)->SetIsDone(true); in DoExecute()
649 IOHandlerSP io_handler_sp(repl_sp->GetIOHandler()); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h635 GetIOHandler(bool force_create = false,
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3286 return (GetIOHandler() ? GetIOHandler()->GetIsInteractive() : false); in IsInteractive()
3338 CommandInterpreter::GetIOHandler(bool force_create, in GetIOHandler() function in CommandInterpreter
3389 m_debugger.RunIOHandlerAsync(GetIOHandler(force_create, &options)); in RunCommandInterpreter()