Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h66 m_add_to_history(add_to_history) in CommandInterpreterRunOptions()
75 m_add_to_history(eLazyBoolCalculate) in CommandInterpreterRunOptions()
85 m_add_to_history = value; in SetSilent()
154 return DefaultToYes (m_add_to_history); in GetAddToHistory()
160 m_add_to_history = add_to_history ? eLazyBoolYes : eLazyBoolNo; in SetAddToHistory()
168 LazyBool m_add_to_history; variable
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDCommandInterpreter.cpp2439 bool success = HandleCommand(cmd, options.m_add_to_history, tmp_result, in HandleCommands()