Lines Matching refs:NativeThreadNetBSD
37 NativeThreadNetBSD::NativeThreadNetBSD(NativeProcessNetBSD &process, in NativeThreadNetBSD() function in NativeThreadNetBSD
44 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()
143 void NativeThreadNetBSD::SetStoppedByVFork(lldb::pid_t child_pid, in SetStoppedByVFork()
153 void NativeThreadNetBSD::SetStoppedByVForkDone() { in SetStoppedByVForkDone()
160 void NativeThreadNetBSD::SetStoppedWithNoReason() { in SetStoppedWithNoReason()
167 void NativeThreadNetBSD::SetStopped() { in SetStopped()
173 void NativeThreadNetBSD::SetRunning() { in SetRunning()
178 void NativeThreadNetBSD::SetStepping() { in SetStepping()
183 std::string NativeThreadNetBSD::GetName() { in GetName()
227 lldb::StateType NativeThreadNetBSD::GetState() { return m_state; } in GetState()
229 bool NativeThreadNetBSD::GetStopReason(ThreadStopInfo &stop_info, in GetStopReason()
259 NativeRegisterContextNetBSD &NativeThreadNetBSD::GetRegisterContext() { in GetRegisterContext()
264 Status NativeThreadNetBSD::SetWatchpoint(lldb::addr_t addr, size_t size, in SetWatchpoint()
280 Status NativeThreadNetBSD::RemoveWatchpoint(lldb::addr_t addr) { in RemoveWatchpoint()
291 Status NativeThreadNetBSD::SetHardwareBreakpoint(lldb::addr_t addr, in SetHardwareBreakpoint()
307 Status NativeThreadNetBSD::RemoveHardwareBreakpoint(lldb::addr_t addr) { in RemoveHardwareBreakpoint()
322 NativeThreadNetBSD::CopyWatchpointsFrom(NativeThreadNetBSD &source) { in CopyWatchpointsFrom()