Searched refs:kForDebugger (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | suspend_reason.h | 30 kForDebugger, enumerator
|
D | thread_list.cc | 706 if (reason == SuspendReason::kForDebugger) { in SuspendAllInternal() 1124 SuspendAllInternal(self, self, debug_thread, SuspendReason::kForDebugger); in SuspendAllForDebugger() 1167 bool updated = self->ModifySuspendCount(self, +1, nullptr, SuspendReason::kForDebugger); in SuspendSelfForDebugger() 1252 bool updated = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kForDebugger); in ResumeAllForDebugger() 1285 SuspendReason::kForDebugger); in UndoDebuggerSuspensions() 1404 bool updated = self->ModifySuspendCount(self, +1, nullptr, SuspendReason::kForDebugger); in Register()
|
D | debugger.cc | 2481 SuspendReason::kForDebugger, in SuspendThread() 2512 bool resumed = Runtime::Current()->GetThreadList()->Resume(thread, SuspendReason::kForDebugger); in ResumeThread() 3655 SuspendReason::kForDebugger, in ScopedDebuggerThreadSuspension() 3680 SuspendReason::kForDebugger); in ~ScopedDebuggerThreadSuspension() 3983 bool resumed = thread_list->Resume(targetThread, SuspendReason::kForDebugger); in PrepareInvokeMethod()
|
D | thread.cc | 1450 case SuspendReason::kForDebugger: in ModifySuspendCountInternal()
|