Searched refs:NativeThreadNetBSD (Results 1 – 5 of 5) 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()133 void NativeThreadNetBSD::SetStoppedByFork(lldb::pid_t child_pid, in SetStoppedByFork()[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()201 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal( in MonitorSIGSTOP()224 NativeThreadNetBSD *thread = nullptr; in MonitorSIGTRAP()229 thread = static_cast<NativeThreadNetBSD *>(t.get()); in MonitorSIGTRAP()232 static_cast<NativeThreadNetBSD *>(t.get())->SetStoppedWithNoReason(); in MonitorSIGTRAP()263 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedByExec(); in MonitorSIGTRAP()306 NativeThreadNetBSD &t = AddThread(pst.pe_lwp); in MonitorSIGTRAP()308 static_cast<NativeThreadNetBSD &>(*GetCurrentThread())); in MonitorSIGTRAP()373 NativeThreadNetBSD &thread = static_cast<NativeThreadNetBSD &>(*abs_thread); in MonitorSignal()474 NativeThreadNetBSD &thread = static_cast<NativeThreadNetBSD &>(*abs_thread); in Resume()[all …]
106 NativeThreadNetBSD &AddThread(lldb::tid_t thread_id);115 NativeThreadNetBSD &parent_thread);
5 NativeThreadNetBSD.cpp