Home
last modified time | relevance | path

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

/art/adbconnection/
Dadbconnection.h51 void StartDebugger() override;
Dadbconnection.cc95 void AdbConnectionDebuggerController::StartDebugger() { in StartDebugger() function in adbconnection::AdbConnectionDebuggerController
/art/runtime/
Druntime_callbacks.h78 virtual void StartDebugger() = 0;
263 void StartDebugger() REQUIRES_SHARED(Locks::mutator_lock_);
Druntime_callbacks.cc86 void RuntimeCallbacks::StartDebugger() { in StartDebugger() function in art::RuntimeCallbacks
88 cb->StartDebugger(); in StartDebugger()
Druntime.cc1085 GetRuntimeCallbacks()->StartDebugger(); in InitNonZygoteOrPostFork()