Home
last modified time | relevance | path

Searched defs:add_to_history (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/lldb/include/lldb/Interpreter/
DCommandInterpreter.h98 LazyBool add_to_history) in CommandInterpreterRunOptions()
166 void SetAddToHistory(bool add_to_history) { in SetAddToHistory()
/openbsd/src/gnu/llvm/lldb/source/API/
DSBCommandInterpreterRunOptions.cpp136 void SBCommandInterpreterRunOptions::SetAddToHistory(bool add_to_history) { in SetAddToHistory()
DSBCommandInterpreter.cpp153 bool add_to_history) { in HandleCommand()
162 SBCommandReturnObject &result, bool add_to_history) { in HandleCommand()
/openbsd/src/gnu/llvm/lldb/source/Interpreter/
DCommandInterpreter.cpp1892 bool add_to_history; in HandleCommand() local