Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBCommandInterpreterRunOptions.cpp120 bool SBCommandInterpreterRunOptions::GetPrintResults() const { in GetPrintResults() function in SBCommandInterpreterRunOptions
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h156 bool GetPrintResults() const { return DefaultToYes(m_print_results); } in GetPrintResults() function