Home
last modified time | relevance | path

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

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