Home
last modified time | relevance | path

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

/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.cpp3338 CommandInterpreter::GetIOHandler(bool force_create, in GetIOHandler() argument
3343 if (force_create || !m_command_io_handler_sp) { in GetIOHandler()
3388 bool force_create = true; in RunCommandInterpreter() local
3389 m_debugger.RunIOHandlerAsync(GetIOHandler(force_create, &options)); in RunCommandInterpreter()