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()
142 void NativeThreadNetBSD::SetStoppedByVFork(lldb::pid_t child_pid, in SetStoppedByVFork()
151 void NativeThreadNetBSD::SetStoppedByVForkDone() { in SetStoppedByVForkDone()
157 void NativeThreadNetBSD::SetStoppedWithNoReason() { in SetStoppedWithNoReason()
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()
224 lldb::StateType NativeThreadNetBSD::GetState() { return m_state; } in GetState()
226 bool NativeThreadNetBSD::GetStopReason(ThreadStopInfo &stop_info, in GetStopReason()
256 NativeRegisterContextNetBSD &NativeThreadNetBSD::GetRegisterContext() { in GetRegisterContext()
261 Status NativeThreadNetBSD::SetWatchpoint(lldb::addr_t addr, size_t size, in SetWatchpoint()
277 Status NativeThreadNetBSD::RemoveWatchpoint(lldb::addr_t addr) { in RemoveWatchpoint()
288 Status NativeThreadNetBSD::SetHardwareBreakpoint(lldb::addr_t addr, in SetHardwareBreakpoint()
304 Status NativeThreadNetBSD::RemoveHardwareBreakpoint(lldb::addr_t addr) { in RemoveHardwareBreakpoint()
319 NativeThreadNetBSD::CopyWatchpointsFrom(NativeThreadNetBSD &source) { in CopyWatchpointsFrom()