Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBCommandInterpreter.i63 SetAddToHistory (bool);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBCommandInterpreter.cpp133 void SBCommandInterpreterRunOptions::SetAddToHistory(bool add_to_history) { in SetAddToHistory() function in SBCommandInterpreterRunOptions
134 LLDB_RECORD_METHOD(void, SBCommandInterpreterRunOptions, SetAddToHistory, in SetAddToHistory()
137 m_opaque_up->SetAddToHistory(add_to_history); in SetAddToHistory()
864 LLDB_REGISTER_METHOD(void, SBCommandInterpreterRunOptions, SetAddToHistory, in RegisterMethods()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBCommandInterpreter.h53 void SetAddToHistory(bool);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h143 void SetAddToHistory(bool add_to_history) { in SetAddToHistory() function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectWatchpointCommand.cpp302 options.SetAddToHistory(false); in WatchpointOptionsCallbackFunction()
HDCommandObjectSettings.cpp474 options.SetAddToHistory(false); in DoExecute()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDBreakpointOptions.cpp649 options.SetAddToHistory(false); in BreakpointOptionsCallbackFunction()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDTarget.cpp2643 options.SetAddToHistory(false); in RunStopHooks()