Searched refs:StopDebugger (Results 1 – 7 of 7) sorted by relevance
/art/adbconnection/ | ||
D | adbconnection.h | 52 void StopDebugger() override; |
D | adbconnection.cc | 97 void AdbConnectionDebuggerController::StopDebugger() { } in StopDebugger() function in adbconnection::AdbConnectionDebuggerController |
/art/runtime/ | ||
D | runtime_callbacks.h | 79 virtual void StopDebugger() = 0; |
D | runtime_callbacks.cc | 92 void RuntimeCallbacks::StopDebugger() { in StopDebugger() function in art::RuntimeCallbacks |
D | debugger.h | 69 void StopDebugger() override; |
D | runtime.cc | 434 GetRuntimeCallbacks()->StopDebugger(); in ~Runtime() |
D | debugger.cc | 371 void InternalDebuggerControlCallback::StopDebugger() { in StopDebugger() function in art::InternalDebuggerControlCallback |