Lines Matching refs:NativeThreadOpenBSD
27 NativeThreadOpenBSD::NativeThreadOpenBSD(NativeProcessOpenBSD &process, in NativeThreadOpenBSD() function in NativeThreadOpenBSD
36 void NativeThreadOpenBSD::SetStoppedBySignal(uint32_t signo, in SetStoppedBySignal()
60 void NativeThreadOpenBSD::SetStoppedByBreakpoint() { in SetStoppedByBreakpoint()
66 void NativeThreadOpenBSD::SetStoppedByTrace() { in SetStoppedByTrace()
72 void NativeThreadOpenBSD::SetStoppedByExec() { in SetStoppedByExec()
78 void NativeThreadOpenBSD::SetStopped() { in SetStopped()
84 void NativeThreadOpenBSD::SetRunning() { in SetRunning()
89 void NativeThreadOpenBSD::SetStepping() { in SetStepping()
94 std::string NativeThreadOpenBSD::GetName() { return std::string(""); } in GetName()
96 lldb::StateType NativeThreadOpenBSD::GetState() { return m_state; } in GetState()
98 bool NativeThreadOpenBSD::GetStopReason(ThreadStopInfo &stop_info, in GetStopReason()
129 NativeRegisterContext& NativeThreadOpenBSD::GetRegisterContext() { in GetRegisterContext()
134 Status NativeThreadOpenBSD::SetWatchpoint(lldb::addr_t addr, size_t size, in SetWatchpoint()
141 Status NativeThreadOpenBSD::RemoveWatchpoint(lldb::addr_t addr) { in RemoveWatchpoint()
145 Status NativeThreadOpenBSD::SetHardwareBreakpoint(lldb::addr_t addr, in SetHardwareBreakpoint()
150 Status NativeThreadOpenBSD::RemoveHardwareBreakpoint(lldb::addr_t addr) { in RemoveHardwareBreakpoint()