Searched refs:SetGenerateDebugInfo (Results 1 – 5 of 5) sorted by relevance
125 void SBExpressionOptions::SetGenerateDebugInfo(bool b) { in SetGenerateDebugInfo() function in SBExpressionOptions126 return m_opaque_ap->SetGenerateDebugInfo(b); in SetGenerateDebugInfo()
76 void SetGenerateDebugInfo(bool b = true);
315 options.SetGenerateDebugInfo(false); in HandleCompletion()434 options.SetGenerateDebugInfo(true); in EvaluateExpression()
285 expr_options.SetGenerateDebugInfo(true); in IOHandlerInputComplete()
337 void SetGenerateDebugInfo(bool b) { m_generate_debug_info = b; } in SetGenerateDebugInfo() function