Searched refs:NativeThreadNetBSD (Results 1 – 4 of 4) sorted by relevance
27 NativeThreadNetBSD::NativeThreadNetBSD(NativeProcessNetBSD &process, in NativeThreadNetBSD() function in NativeThreadNetBSD34 void NativeThreadNetBSD::SetStoppedBySignal(uint32_t signo, in SetStoppedBySignal()58 void NativeThreadNetBSD::SetStoppedByBreakpoint() { in SetStoppedByBreakpoint()64 void NativeThreadNetBSD::SetStoppedByTrace() { in SetStoppedByTrace()70 void NativeThreadNetBSD::SetStoppedByExec() { in SetStoppedByExec()93 void NativeThreadNetBSD::SetStopped() { in SetStopped()99 void NativeThreadNetBSD::SetRunning() { in SetRunning()104 void NativeThreadNetBSD::SetStepping() { in SetStepping()113 bool NativeThreadNetBSD::GetStopReason(ThreadStopInfo &stop_info, in GetStopReason()144 NativeRegisterContext& NativeThreadNetBSD::GetRegisterContext() { in GetRegisterContext()[all …]
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()228 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedByTrace(); in MonitorSIGTRAP()242 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedByExec(); in MonitorSIGTRAP()259 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedByWatchpoint( in MonitorSIGTRAP()267 error = static_cast<NativeThreadNetBSD &>(*m_threads[info.psi_lwpid]) 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()[all …]
24 class NativeThreadNetBSD : public NativeThreadProtocol {28 NativeThreadNetBSD(NativeProcessNetBSD &process, lldb::tid_t tid);77 typedef std::shared_ptr<NativeThreadNetBSD> NativeThreadNetBSDSP;
107 NativeThreadNetBSD &AddThread(lldb::tid_t thread_id);