Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBCommandInterpreterRunOptions.cpp141 void SBCommandInterpreterRunOptions::SetAddToHistory(bool add_to_history) { in SetAddToHistory() function in SBCommandInterpreterRunOptions
142 LLDB_RECORD_METHOD(void, SBCommandInterpreterRunOptions, SetAddToHistory, in SetAddToHistory()
145 m_opaque_up->SetAddToHistory(add_to_history); in SetAddToHistory()
274 LLDB_REGISTER_METHOD(void, SBCommandInterpreterRunOptions, SetAddToHistory, in RegisterMethods()
/external/llvm-project/lldb/bindings/interface/
DSBCommandInterpreterRunOptions.i63 SetAddToHistory (bool);
/external/llvm-project/lldb/include/lldb/API/
DSBCommandInterpreterRunOptions.h61 void SetAddToHistory(bool);
/external/llvm-project/lldb/source/Commands/
DCommandObjectWatchpointCommand.cpp302 options.SetAddToHistory(false); in WatchpointOptionsCallbackFunction()
DCommandObjectSettings.cpp474 options.SetAddToHistory(false); in DoExecute()
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h170 void SetAddToHistory(bool add_to_history) { in SetAddToHistory() function
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointOptions.cpp650 options.SetAddToHistory(false); in BreakpointOptionsCallbackFunction()
/external/llvm-project/lldb/source/Target/
DTarget.cpp3349 options.SetAddToHistory(false); in HandleStop()