Home
last modified time | relevance | path

Searched refs:IsDebuggerConfigured (Results 1 – 5 of 5) sorted by relevance

/art/adbconnection/
Dadbconnection.h56 bool IsDebuggerConfigured() override;
Dadbconnection.cc124 bool AdbConnectionDebuggerController::IsDebuggerConfigured() { in IsDebuggerConfigured() function in adbconnection::AdbConnectionDebuggerController
/art/runtime/
Druntime_callbacks.h83 virtual bool IsDebuggerConfigured() = 0;
267 bool IsDebuggerConfigured() REQUIRES_SHARED(Locks::mutator_lock_);
Druntime_callbacks.cc77 bool RuntimeCallbacks::IsDebuggerConfigured() { in IsDebuggerConfigured() function in art::RuntimeCallbacks
79 if (cb->IsDebuggerConfigured()) { in IsDebuggerConfigured()
/art/runtime/native/
Ddalvik_system_VMDebug.cc172 return Runtime::Current()->GetRuntimeCallbacks()->IsDebuggerConfigured(); in VMDebug_isDebuggingEnabled()