Home
last modified time | relevance | path

Searched refs:force_create (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h604 GetIOHandler(bool force_create = false,
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3253 CommandInterpreter::GetIOHandler(bool force_create, in GetIOHandler() argument
3258 if (force_create || !m_command_io_handler_sp) { in GetIOHandler()
3302 bool force_create = true; in RunCommandInterpreter() local
3303 m_debugger.RunIOHandlerAsync(GetIOHandler(force_create, &options)); in RunCommandInterpreter()