Home
last modified time | relevance | path

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

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