Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp155 void SBCommandInterpreterRunOptions::SetAddToHistory(bool add_to_history) { in SetAddToHistory() function in SBCommandInterpreterRunOptions
156 LLDB_RECORD_METHOD(void, SBCommandInterpreterRunOptions, SetAddToHistory, in SetAddToHistory()
159 m_opaque_up->SetAddToHistory(add_to_history); in SetAddToHistory()
292 LLDB_REGISTER_METHOD(void, SBCommandInterpreterRunOptions, SetAddToHistory, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommandInterpreterRunOptions.i72 SetAddToHistory (bool);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h65 void SetAddToHistory(bool);
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp304 options.SetAddToHistory(false); in WatchpointOptionsCallbackFunction()
H A DCommandObjectSettings.cpp466 options.SetAddToHistory(false); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h165 void SetAddToHistory(bool add_to_history) { in SetAddToHistory() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp648 options.SetAddToHistory(false); in BreakpointOptionsCallbackFunction()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3410 options.SetAddToHistory(false); in HandleStop()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp13072 (arg1)->SetAddToHistory(arg2); in _wrap_SBCommandInterpreterRunOptions_SetAddToHistory()