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

/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp136 void SBCommandInterpreterRunOptions::SetAddToHistory(bool add_to_history) { function in class:SBCommandInterpreterRunOptions
139 m_opaque_up->SetAddToHistory(add_to_history);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h65 void SetAddToHistory(bool);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h166 void SetAddToHistory(bool add_to_history) { function in class:lldb_private::CommandInterpreterRunOptions
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp274 options.SetAddToHistory(false);
H A DCommandObjectSettings.cpp462 options.SetAddToHistory(false);
/freebsd-current/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp637 options.SetAddToHistory(false);
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3829 options.SetAddToHistory(false);
/freebsd-current/lib/clang/liblldb/
H A DLLDBWrapLua.cpp13744 SWIG_check_num_args("lldb::SBCommandInterpreterRunOptions::SetAddToHistory",2,2)
13745 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBCommandInterpreterRunOptions::SetAddToHistory",1,"lldb::SBCommandInterpreterRunOptions *");
13746 if(!lua_isboolean(L,2)) SWIG_fail_arg("lldb::SBCommandInterpreterRunOptions::SetAddToHistory",2,"bool");
13753 (arg1)->SetAddToHistory(arg2);
13895 { "SetAddToHistory", _wrap_SBCommandInterpreterRunOptions_SetAddToHistory},
[all...]

Completed in 256 milliseconds