Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBCommandInterpreterRunOptions.i72 SetAddToHistory (bool);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h65 void SetAddToHistory(bool);
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp274 options.SetAddToHistory(false); in WatchpointOptionsCallbackFunction()
H A DCommandObjectSettings.cpp468 options.SetAddToHistory(false); in DoExecute()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h166 void SetAddToHistory(bool add_to_history) { in SetAddToHistory() function
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp638 options.SetAddToHistory(false); in BreakpointOptionsCallbackFunction()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp3713 options.SetAddToHistory(false); in HandleStop()