Home
last modified time | relevance | path

Searched refs:GetPrintResults (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp106 bool SBCommandInterpreterRunOptions::GetPrintResults() const { in GetPrintResults() function in SBCommandInterpreterRunOptions
109 return m_opaque_up->GetPrintResults(); in GetPrintResults()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h55 bool GetPrintResults() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h159 bool GetPrintResults() const { return DefaultToYes(m_print_results); } in GetPrintResults() function
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2587 if (options.GetPrintResults()) { in HandleCommands()
2603 } else if (options.GetPrintResults()) { in HandleCommands()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp14519 result = (bool)((lldb::SBCommandInterpreterRunOptions const *)arg1)->GetPrintResults(); in _wrap_SBCommandInterpreterRunOptions_GetPrintResults()