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()76 void NativeThreadNetBSD::SetStoppedBySignal(uint32_t signo, in SetStoppedBySignal()100 void NativeThreadNetBSD::SetStoppedByBreakpoint() { in SetStoppedByBreakpoint()106 void NativeThreadNetBSD::SetStoppedByTrace() { in SetStoppedByTrace()112 void NativeThreadNetBSD::SetStoppedByExec() { in SetStoppedByExec()118 void NativeThreadNetBSD::SetStoppedByWatchpoint(uint32_t wp_index) { in SetStoppedByWatchpoint()135 void NativeThreadNetBSD::SetStoppedWithNoReason() { in SetStoppedWithNoReason()[all …]
25 class NativeThreadNetBSD : public NativeThreadProtocol {29 NativeThreadNetBSD(NativeProcessNetBSD &process, lldb::tid_t tid);67 Status CopyWatchpointsFrom(NativeThreadNetBSD& source);79 typedef std::shared_ptr<NativeThreadNetBSD> NativeThreadNetBSDSP;
117 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in Launch()204 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal( in MonitorSIGSTOP()224 NativeThreadNetBSD* thread = nullptr; in MonitorSIGTRAP()228 thread = static_cast<NativeThreadNetBSD *>(t.get()); in MonitorSIGTRAP()231 static_cast<NativeThreadNetBSD *>(t.get())->SetStoppedWithNoReason(); in MonitorSIGTRAP()263 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedByExec(); in MonitorSIGTRAP()279 NativeThreadNetBSD& t = AddThread(pst.pe_lwp); in MonitorSIGTRAP()281 static_cast<NativeThreadNetBSD &>(*GetCurrentThread())); in MonitorSIGTRAP()336 NativeThreadNetBSD &thread = static_cast<NativeThreadNetBSD &>(*abs_thread); in MonitorSignal()437 NativeThreadNetBSD &thread = static_cast<NativeThreadNetBSD &>(*abs_thread); in Resume()[all …]
102 NativeThreadNetBSD &AddThread(lldb::tid_t thread_id);