Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp148 bool SBCommandInterpreterRunOptions::GetAddToHistory() const { in GetAddToHistory() function in SBCommandInterpreterRunOptions
150 GetAddToHistory); in GetAddToHistory()
152 return m_opaque_up->GetAddToHistory(); in GetAddToHistory()
291 GetAddToHistory, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommandInterpreterRunOptions.i69 GetAddToHistory () const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h63 bool GetAddToHistory() const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h163 bool GetAddToHistory() const { return DefaultToYes(m_add_to_history); } in GetAddToHistory() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2316 if (!options.GetAddToHistory()) in HandleCommands()
2319 if (!options.GetAddToHistory()) in HandleCommands()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp13046 result = (bool)((lldb::SBCommandInterpreterRunOptions const *)arg1)->GetAddToHistory(); in _wrap_SBCommandInterpreterRunOptions_GetAddToHistory()