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);
282 options.SetGenerateDebugInfo(false); in HandleCompletion()377 options.SetGenerateDebugInfo(true); in GetEvalOptions()
352 real_options.SetGenerateDebugInfo(enable_debugging); in ExecuteFunction()
321 expr_options.SetGenerateDebugInfo(true); in IOHandlerInputComplete()
373 void SetGenerateDebugInfo(bool b) { m_generate_debug_info = b; } in SetGenerateDebugInfo() function