Lines Matching refs:GetID

256                GetID(), info.psi_lwpid, error);  in MonitorSIGTRAP()
275 GetID(), info.psi_lwpid, error); in MonitorSIGTRAP()
323 LLDB_LOG(log, "pid {0}", GetID()); in Resume()
327 resume_actions.GetActionForThread(thread->GetID(), true); in Resume()
330 LLDB_LOG(log, "no action specified for pid {0} tid {1}", GetID(), in Resume()
331 thread->GetID()); in Resume()
340 error = NativeProcessNetBSD::PtraceWrapper(PT_CONTINUE, GetID(), (void *)1, in Resume()
351 error = NativeProcessNetBSD::PtraceWrapper(PT_STEP, GetID(), (void *)1, in Resume()
367 __FUNCTION__, StateAsCString(action->state), GetID(), in Resume()
368 thread->GetID()); in Resume()
377 if (kill(GetID(), SIGSTOP) != 0) in Halt()
390 if (GetID() == LLDB_INVALID_PROCESS_ID) in Detach()
393 return PtraceWrapper(PT_DETACH, GetID()); in Detach()
399 if (kill(GetID(), signo)) in Signal()
407 LLDB_LOG(log, "pid {0}", GetID()); in Kill()
418 LLDB_LOG(log, "ignored for PID {0} due to current state: {1}", GetID(), in Kill()
433 if (kill(GetID(), SIGKILL) != 0) { in Kill()
509 vm = kinfo_getvmmap(GetID(), &count); in PopulateMemoryRegionCache()
557 m_mem_region_cache.size(), GetID()); in PopulateMemoryRegionCache()
603 llvm::sys::RetryAfterSignal(-1, waitpid, GetID(), &status, WALLSIG | WNOHANG); in SigchldHandler()
610 LLDB_LOG(log, "waitpid ({0}, &status, _) failed: {1}", GetID(), error); in SigchldHandler()
616 wait_pid == static_cast<::pid_t>(GetID())); in SigchldHandler()
620 GetID(), wait_pid, status, exited); in SigchldHandler()
633 if (thread->GetID() == thread_id) { in HasThreadNoLock()
646 LLDB_LOG(log, "pid {0} adding thread with tid {1}", GetID(), thread_id); in AddThread()
701 Status error = NativeProcessNetBSD::PtraceWrapper(PT_IO, GetID(), &io); in ReadMemory()
729 Status error = NativeProcessNetBSD::PtraceWrapper(PT_IO, GetID(), &io); in WriteMemory()
760 Status error = NativeProcessNetBSD::PtraceWrapper(PT_IO, GetID(), &io); in GetAuxvData()
777 Status error = PtraceWrapper(PT_LWPINFO, GetID(), &info, sizeof(info)); in ReinitializeThreads()
784 error = PtraceWrapper(PT_LWPINFO, GetID(), &info, sizeof(info)); in ReinitializeThreads()