Lines Matching refs:GetID
101 resume_actions.GetActionForThread(thread->GetID(), true); in Resume()
126 __FUNCTION__, StateAsCString(action->state), GetID(), in Resume()
127 thread->GetID()); in Resume()
182 GetID(), state); in Detach()
252 SetCurrentThreadID(thread.GetID()); in SetStopReasonForThread()
342 AutoHandle snapshot(CreateToolhelp32Snapshot(TH32CS_SNAPMODULE, GetID())); in CacheLoadedModules()
381 module_file_spec.GetCString(), GetID()); in GetLoadedModuleFileSpec()
401 file_spec.GetCString(), GetID()); in GetFileLoadAddress()
406 LLDB_LOG(log, "Process {0} exited with code {1}", GetID(), exit_code); in OnExitProcess()
425 if (GetID() == LLDB_INVALID_PROCESS_ID) in OnDebuggerConnected()
471 thread->GetID(), error); in OnDebugException()
585 if ((*t)->GetID() == thread_id) { in OnExitThread()