Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/interpreter/
H A DTestRunCommandInterpreterAPI.py89 self.assertEqual(opts.GetAddToHistory(), True)
98 opts.SetAddToHistory(not opts.GetAddToHistory())
107 self.assertEqual(opts.GetAddToHistory(), False)
/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp130 bool SBCommandInterpreterRunOptions::GetAddToHistory() const { in GetAddToHistory() function in SBCommandInterpreterRunOptions
133 return m_opaque_up->GetAddToHistory(); in GetAddToHistory()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBCommandInterpreterRunOptions.i69 GetAddToHistory () const;
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h63 bool GetAddToHistory() const;
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h163 bool GetAddToHistory() const { return DefaultToYes(m_add_to_history); } in GetAddToHistory() function
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2514 if (!options.GetAddToHistory()) in HandleCommands()
2517 if (!options.GetAddToHistory()) in HandleCommands()