Lines Matching refs:NativeThreadNetBSD
27 NativeThreadNetBSD::NativeThreadNetBSD(NativeProcessNetBSD &process, in NativeThreadNetBSD() function in NativeThreadNetBSD
34 void NativeThreadNetBSD::SetStoppedBySignal(uint32_t signo, in SetStoppedBySignal()
58 void NativeThreadNetBSD::SetStoppedByBreakpoint() { in SetStoppedByBreakpoint()
64 void NativeThreadNetBSD::SetStoppedByTrace() { in SetStoppedByTrace()
70 void NativeThreadNetBSD::SetStoppedByExec() { in SetStoppedByExec()
76 void NativeThreadNetBSD::SetStoppedByWatchpoint(uint32_t wp_index) { in SetStoppedByWatchpoint()
93 void NativeThreadNetBSD::SetStopped() { in SetStopped()
99 void NativeThreadNetBSD::SetRunning() { in SetRunning()
104 void NativeThreadNetBSD::SetStepping() { in SetStepping()
109 std::string NativeThreadNetBSD::GetName() { return std::string(""); } in GetName()
111 lldb::StateType NativeThreadNetBSD::GetState() { return m_state; } in GetState()
113 bool NativeThreadNetBSD::GetStopReason(ThreadStopInfo &stop_info, in GetStopReason()
144 NativeRegisterContext& NativeThreadNetBSD::GetRegisterContext() { in GetRegisterContext()
149 Status NativeThreadNetBSD::SetWatchpoint(lldb::addr_t addr, size_t size, in SetWatchpoint()
165 Status NativeThreadNetBSD::RemoveWatchpoint(lldb::addr_t addr) { in RemoveWatchpoint()
176 Status NativeThreadNetBSD::SetHardwareBreakpoint(lldb::addr_t addr, in SetHardwareBreakpoint()
194 Status NativeThreadNetBSD::RemoveHardwareBreakpoint(lldb::addr_t addr) { in RemoveHardwareBreakpoint()