Home
last modified time | relevance | path

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

/art/adbconnection/
Dadbconnection.h54 bool IsDebuggerConfigured() override;
Dadbconnection.cc99 bool AdbConnectionDebuggerController::IsDebuggerConfigured() { in IsDebuggerConfigured() function in adbconnection::AdbConnectionDebuggerController
/art/runtime/
Druntime_callbacks.h82 virtual bool IsDebuggerConfigured() = 0;
253 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()
Ddebugger.h70 bool IsDebuggerConfigured() override;
Ddebugger.cc375 bool InternalDebuggerControlCallback::IsDebuggerConfigured() { in IsDebuggerConfigured() function in art::InternalDebuggerControlCallback
/art/runtime/native/
Ddalvik_system_VMDebug.cc180 return Runtime::Current()->GetRuntimeCallbacks()->IsDebuggerConfigured(); in VMDebug_isDebuggingEnabled()