Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h616 GetIOHandler(bool force_create = false,
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3306 CommandInterpreter::GetIOHandler(bool force_create, in GetIOHandler() argument
3311 if (force_create || !m_command_io_handler_sp) { in GetIOHandler()
3354 bool force_create = true; in RunCommandInterpreter() local
3355 m_debugger.RunIOHandlerAsync(GetIOHandler(force_create, &options)); in RunCommandInterpreter()