Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h65 void SetAddToHistory(bool);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp262 options.SetAddToHistory(false); in WatchpointOptionsCallbackFunction()
H A DCommandObjectSettings.cpp430 options.SetAddToHistory(false); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h173 void SetAddToHistory(bool add_to_history) { in SetAddToHistory() function
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp629 options.SetAddToHistory(false); in BreakpointOptionsCallbackFunction()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3817 options.SetAddToHistory(false); in HandleStop()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp14645 (arg1)->SetAddToHistory(arg2); in _wrap_SBCommandInterpreterRunOptions_SetAddToHistory()