Home
last modified time | relevance | path

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

/art/adbconnection/
Dadbconnection.h49 void StartDebugger() override;
Dadbconnection.cc180 void AdbConnectionDebuggerController::StartDebugger() { in StartDebugger() function in adbconnection::AdbConnectionDebuggerController
/art/runtime/
Druntime_callbacks.h91 virtual void StartDebugger() = 0;
265 void StartDebugger() REQUIRES_SHARED(Locks::mutator_lock_);
Druntime_callbacks.cc126 void RuntimeCallbacks::StartDebugger() { in StartDebugger() function in art::RuntimeCallbacks
128 cb->StartDebugger(); in StartDebugger()
Druntime.cc1345 GetRuntimeCallbacks()->StartDebugger(); in InitNonZygoteOrPostFork()