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()
99 void NativeThreadNetBSD::SetStoppedByBreakpoint() { in SetStoppedByBreakpoint()
105 void NativeThreadNetBSD::SetStoppedByTrace() { in SetStoppedByTrace()
111 void NativeThreadNetBSD::SetStoppedByExec() { in SetStoppedByExec()
117 void NativeThreadNetBSD::SetStoppedByWatchpoint(uint32_t wp_index) { in SetStoppedByWatchpoint()
132 void NativeThreadNetBSD::SetStoppedByFork(lldb::pid_t child_pid, in SetStoppedByFork()
142 void NativeThreadNetBSD::SetStoppedByVFork(lldb::pid_t child_pid, in SetStoppedByVFork()
152 void NativeThreadNetBSD::SetStoppedByVForkDone() { in SetStoppedByVForkDone()
159 void NativeThreadNetBSD::SetStoppedWithNoReason() { in SetStoppedWithNoReason()
166 void NativeThreadNetBSD::SetStopped() { in SetStopped()
172 void NativeThreadNetBSD::SetRunning() { in SetRunning()
177 void NativeThreadNetBSD::SetStepping() { in SetStepping()
182 std::string NativeThreadNetBSD::GetName() { in GetName()
226 lldb::StateType NativeThreadNetBSD::GetState() { return m_state; } in GetState()
228 bool NativeThreadNetBSD::GetStopReason(ThreadStopInfo &stop_info, in GetStopReason()
258 NativeRegisterContextNetBSD &NativeThreadNetBSD::GetRegisterContext() { in GetRegisterContext()
263 Status NativeThreadNetBSD::SetWatchpoint(lldb::addr_t addr, size_t size, in SetWatchpoint()
279 Status NativeThreadNetBSD::RemoveWatchpoint(lldb::addr_t addr) { in RemoveWatchpoint()
290 Status NativeThreadNetBSD::SetHardwareBreakpoint(lldb::addr_t addr, in SetHardwareBreakpoint()
306 Status NativeThreadNetBSD::RemoveHardwareBreakpoint(lldb::addr_t addr) { in RemoveHardwareBreakpoint()
321 NativeThreadNetBSD::CopyWatchpointsFrom(NativeThreadNetBSD &source) { in CopyWatchpointsFrom()