Searched refs:NativeThreadNetBSD (Results 1 – 4 of 4) sorted by relevance
37 NativeThreadNetBSD::NativeThreadNetBSD(NativeProcessNetBSD &process, in NativeThreadNetBSD() function in NativeThreadNetBSD44 Status NativeThreadNetBSD::Resume() { in Resume()56 Status NativeThreadNetBSD::SingleStep() { in SingleStep()68 Status NativeThreadNetBSD::Suspend() { in Suspend()106 void NativeThreadNetBSD::SetStoppedByTrace() { in SetStoppedByTrace()112 void NativeThreadNetBSD::SetStoppedByExec() { in SetStoppedByExec()164 void NativeThreadNetBSD::SetStopped() { in SetStopped()170 void NativeThreadNetBSD::SetRunning() { in SetRunning()175 void NativeThreadNetBSD::SetStepping() { in SetStepping()180 std::string NativeThreadNetBSD::GetName() { in GetName()[all …]
25 class NativeThreadNetBSD : public NativeThreadProtocol {29 NativeThreadNetBSD(NativeProcessNetBSD &process, lldb::tid_t tid);70 llvm::Error CopyWatchpointsFrom(NativeThreadNetBSD& source);82 typedef std::shared_ptr<NativeThreadNetBSD> NativeThreadNetBSDSP;
106 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in Launch()200 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal( in MonitorSIGSTOP()223 NativeThreadNetBSD *thread = nullptr; in MonitorSIGTRAP()228 thread = static_cast<NativeThreadNetBSD *>(t.get()); in MonitorSIGTRAP()231 static_cast<NativeThreadNetBSD *>(t.get())->SetStoppedWithNoReason(); in MonitorSIGTRAP()262 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedByExec(); in MonitorSIGTRAP()305 NativeThreadNetBSD &t = AddThread(pst.pe_lwp); in MonitorSIGTRAP()307 static_cast<NativeThreadNetBSD &>(*GetCurrentThread())); in MonitorSIGTRAP()372 NativeThreadNetBSD &thread = static_cast<NativeThreadNetBSD &>(*abs_thread); in MonitorSignal()473 NativeThreadNetBSD &thread = static_cast<NativeThreadNetBSD &>(*abs_thread); in Resume()[all …]
104 NativeThreadNetBSD &AddThread(lldb::tid_t thread_id);113 NativeThreadNetBSD &parent_thread);