Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp130 bool SBCommandInterpreterRunOptions::GetAddToHistory() const { in GetAddToHistory() function in SBCommandInterpreterRunOptions
133 return m_opaque_up->GetAddToHistory(); in GetAddToHistory()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBCommandInterpreterRunOptions.i69 GetAddToHistory () const;
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h63 bool GetAddToHistory() const;
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h164 bool GetAddToHistory() const { return DefaultToYes(m_add_to_history); } in GetAddToHistory() function
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2565 if (!options.GetAddToHistory()) in HandleCommands()
2568 if (!options.GetAddToHistory()) in HandleCommands()