Lines Matching refs:NativeThreadNetBSD
110 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in Launch()
199 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal( in MonitorSIGSTOP()
221 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedByBreakpoint(); in MonitorSIGTRAP()
222 FixupBreakpointPCAsNeeded(static_cast<NativeThreadNetBSD &>(*thread)); in MonitorSIGTRAP()
228 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedByTrace(); in MonitorSIGTRAP()
242 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedByExec(); in MonitorSIGTRAP()
248 Status error = static_cast<NativeThreadNetBSD &>(*m_threads[info.psi_lwpid]) in MonitorSIGTRAP()
259 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedByWatchpoint( in MonitorSIGTRAP()
267 error = static_cast<NativeThreadNetBSD &>(*m_threads[info.psi_lwpid]) in MonitorSIGTRAP()
278 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedByBreakpoint(); in MonitorSIGTRAP()
292 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal( in MonitorSignal()
345 static_cast<NativeThreadNetBSD &>(*thread).SetRunning(); in Resume()
356 static_cast<NativeThreadNetBSD &>(*thread).SetStepping(); in Resume()
643 NativeThreadNetBSD &NativeProcessNetBSD::AddThread(lldb::tid_t thread_id) { in AddThread()
655 m_threads.push_back(llvm::make_unique<NativeThreadNetBSD>(*this, thread_id)); in AddThread()
656 return static_cast<NativeThreadNetBSD &>(*m_threads.back()); in AddThread()
678 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in Attach()