Home
last modified time | relevance | path

Searched refs:GetAddToHistory (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCommandInterpreter.h52 bool GetAddToHistory() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCommandInterpreter.cpp86 bool SBCommandInterpreterRunOptions::GetAddToHistory() const { in GetAddToHistory() function in SBCommandInterpreterRunOptions
87 return m_opaque_up->GetAddToHistory(); in GetAddToHistory()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h133 bool GetAddToHistory() const { return DefaultToYes(m_add_to_history); } in GetAddToHistory() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2244 if (!options.GetAddToHistory()) in HandleCommands()
2251 if (!options.GetAddToHistory()) in HandleCommands()