Home
last modified time | relevance | path

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

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