Searched refs:IsDebuggingPossible (Results 1 – 1 of 1) sorted by relevance
173 static bool IsDebuggingPossible() { return art::Dbg::IsJdwpAllowed(); } in IsDebuggingPossible() function176 return IsDebuggingPossible() || art::Runtime::Current()->IsProfileableFromShell(); in IsDebuggableOrProfilable()210 return IsDebuggingPossible() && !art::Runtime::Current()->GetJdwpOptions().empty(); in IsDebuggerConfigured()625 .data.debuggable = IsDebuggingPossible()}, in SetupAdbConnection()710 CHECK(IsDebuggingPossible()); // This path is unexpected for a profileable process. in RunPollLoop()744 if (!IsDebuggingPossible()) { in RunPollLoop()785 CHECK(IsDebuggingPossible()); // This path is unexpected for a profileable process. in RunPollLoop()798 CHECK(IsDebuggingPossible()); // This path is unexpected for a profileable process. in RunPollLoop()