Home
last modified time | relevance | path

Searched refs:NativeThreadNetBSD (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp36 NativeThreadNetBSD::NativeThreadNetBSD(NativeProcessNetBSD &process, in NativeThreadNetBSD() function in NativeThreadNetBSD
43 Status NativeThreadNetBSD::Resume() { in Resume()
55 Status NativeThreadNetBSD::SingleStep() { in SingleStep()
67 Status NativeThreadNetBSD::Suspend() { in Suspend()
75 void NativeThreadNetBSD::SetStoppedBySignal(uint32_t signo, in SetStoppedBySignal()
98 void NativeThreadNetBSD::SetStoppedByBreakpoint() { in SetStoppedByBreakpoint()
104 void NativeThreadNetBSD::SetStoppedByTrace() { in SetStoppedByTrace()
110 void NativeThreadNetBSD::SetStoppedByExec() { in SetStoppedByExec()
116 void NativeThreadNetBSD::SetStoppedByWatchpoint(uint32_t wp_index) { in SetStoppedByWatchpoint()
131 void NativeThreadNetBSD::SetStoppedByFork(lldb::pid_t child_pid, in SetStoppedByFork()
[all …]
H A DNativeThreadNetBSD.h25 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;
H A DNativeProcessNetBSD.cpp105 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in Launch()
199 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal( in MonitorSIGSTOP()
222 NativeThreadNetBSD *thread = nullptr; in MonitorSIGTRAP()
227 thread = static_cast<NativeThreadNetBSD *>(t.get()); in MonitorSIGTRAP()
230 static_cast<NativeThreadNetBSD *>(t.get())->SetStoppedWithNoReason(); in MonitorSIGTRAP()
261 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedByExec(); in MonitorSIGTRAP()
304 NativeThreadNetBSD &t = AddThread(pst.pe_lwp); in MonitorSIGTRAP()
306 static_cast<NativeThreadNetBSD &>(*GetCurrentThread())); in MonitorSIGTRAP()
371 NativeThreadNetBSD &thread = static_cast<NativeThreadNetBSD &>(*abs_thread); in MonitorSignal()
497 NativeThreadNetBSD &thread = static_cast<NativeThreadNetBSD &>(*abs_thread); in Resume()
[all …]
H A DNativeProcessNetBSD.h17 #include "NativeThreadNetBSD.h"
108 NativeThreadNetBSD &AddThread(lldb::tid_t thread_id);
117 NativeThreadNetBSD &parent_thread);