Searched refs:SetGenerateDebugInfo (Results 1 – 7 of 7) sorted by relevance
101 …nformation for the expression and also controls if a SBModule is generated.") SetGenerateDebugInfo;103 SetGenerateDebugInfo (bool b = true);
172 void SBExpressionOptions::SetGenerateDebugInfo(bool b) { in SetGenerateDebugInfo() function in SBExpressionOptions175 return m_opaque_up->SetGenerateDebugInfo(b); in SetGenerateDebugInfo()
75 void SetGenerateDebugInfo(bool b = true);
277 options.SetGenerateDebugInfo(false); in HandleCompletion()372 options.SetGenerateDebugInfo(true); in GetEvalOptions()
326 real_options.SetGenerateDebugInfo(enable_debugging); in ExecuteFunction()
321 expr_options.SetGenerateDebugInfo(true); in IOHandlerInputComplete()
371 void SetGenerateDebugInfo(bool b) { m_generate_debug_info = b; } in SetGenerateDebugInfo() function