Home
last modified time | relevance | path

Searched refs:SetAddToHistory (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp136 void SBCommandInterpreterRunOptions::SetAddToHistory(bool add_to_history) { in SetAddToHistory() function in SBCommandInterpreterRunOptions
139 m_opaque_up->SetAddToHistory(add_to_history); in SetAddToHistory()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBCommandInterpreterRunOptions.i72 SetAddToHistory (bool);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h65 void SetAddToHistory(bool);
/llvm-project-15.0.7/lldb/test/API/python_api/interpreter/
H A DTestRunCommandInterpreterAPI.py98 opts.SetAddToHistory(not opts.GetAddToHistory())
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp274 options.SetAddToHistory(false); in WatchpointOptionsCallbackFunction()
H A DCommandObjectSettings.cpp468 options.SetAddToHistory(false); in DoExecute()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h165 void SetAddToHistory(bool add_to_history) { in SetAddToHistory() function
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp638 options.SetAddToHistory(false); in BreakpointOptionsCallbackFunction()
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp3616 options.SetAddToHistory(false); in HandleStop()