Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp130 bool SBCommandInterpreterRunOptions::GetAddToHistory() const { in GetAddToHistory() function in SBCommandInterpreterRunOptions
133 return m_opaque_up->GetAddToHistory(); in GetAddToHistory()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h63 bool GetAddToHistory() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h171 bool GetAddToHistory() const { return DefaultToYes(m_add_to_history); } in GetAddToHistory() function
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2581 if (!options.GetAddToHistory()) in HandleCommands()
2584 if (!options.GetAddToHistory()) in HandleCommands()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp14619 result = (bool)((lldb::SBCommandInterpreterRunOptions const *)arg1)->GetAddToHistory(); in _wrap_SBCommandInterpreterRunOptions_GetAddToHistory()