Home
last modified time | relevance | path

Searched defs:GetAddToHistory (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBCommandInterpreterRunOptions.cpp134 bool SBCommandInterpreterRunOptions::GetAddToHistory() const { in GetAddToHistory() function in SBCommandInterpreterRunOptions
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h168 bool GetAddToHistory() const { return DefaultToYes(m_add_to_history); } in GetAddToHistory() function