Searched refs:SetGenerateDebugInfo (Results 1 – 7 of 7) sorted by relevance
179 void SBExpressionOptions::SetGenerateDebugInfo(bool b) { in SetGenerateDebugInfo() function in SBExpressionOptions182 return m_opaque_up->SetGenerateDebugInfo(b); in SetGenerateDebugInfo()
36 ) lldb::SBExpressionOptions::SetGenerateDebugInfo;
82 void SetGenerateDebugInfo(bool b = true);
230 options.SetGenerateDebugInfo(true); in GetEvaluateExpressionOptions() 337 options.SetGenerateDebugInfo(false); in HandleCompletion()
354 real_options.SetGenerateDebugInfo(enable_debugging); in ExecuteFunction()
325 expr_options.SetGenerateDebugInfo(true); in IOHandlerInputComplete()
408 void SetGenerateDebugInfo(bool b) { m_generate_debug_info = b; } in SetCancelCallback() 392 void SetGenerateDebugInfo(bool b) { m_generate_debug_info = b; } SetGenerateDebugInfo() function