Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBugreport.cpp100 options.SetAddToHistory(false); in DoExecute()
H A DCommandObjectWatchpointCommand.cpp301 options.SetAddToHistory(false); in WatchpointOptionsCallbackFunction()
H A DCommandObjectSettings.cpp511 options.SetAddToHistory(false); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCommandInterpreter.h54 void SetAddToHistory(bool);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCommandInterpreter.cpp90 void SBCommandInterpreterRunOptions::SetAddToHistory(bool add_to_history) { in SetAddToHistory() function in SBCommandInterpreterRunOptions
91 m_opaque_up->SetAddToHistory(add_to_history); in SetAddToHistory()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h135 void SetAddToHistory(bool add_to_history) { in SetAddToHistory() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp669 options.SetAddToHistory(false); in BreakpointOptionsCallbackFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2632 options.SetAddToHistory(false); in RunStopHooks()