Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h618 GetIOHandler(bool force_create = false,
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3317 CommandInterpreter::GetIOHandler(bool force_create, in GetIOHandler() argument
3322 if (force_create || !m_command_io_handler_sp) { in GetIOHandler()
3365 bool force_create = true; in RunCommandInterpreter() local
3366 m_debugger.RunIOHandlerAsync(GetIOHandler(force_create, &options)); in RunCommandInterpreter()