Home
last modified time | relevance | path

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

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