Lines Matching refs:NativeThreadFreeBSD

35 NativeThreadFreeBSD::NativeThreadFreeBSD(NativeProcessFreeBSD &process,  in NativeThreadFreeBSD()  function in NativeThreadFreeBSD
44 Status NativeThreadFreeBSD::Resume() { in Resume()
59 Status NativeThreadFreeBSD::SingleStep() { in SingleStep()
69 Status NativeThreadFreeBSD::Suspend() { in Suspend()
76 void NativeThreadFreeBSD::SetStoppedBySignal(uint32_t signo, in SetStoppedBySignal()
100 void NativeThreadFreeBSD::SetStoppedByBreakpoint() { in SetStoppedByBreakpoint()
106 void NativeThreadFreeBSD::SetStoppedByTrace() { in SetStoppedByTrace()
112 void NativeThreadFreeBSD::SetStoppedByExec() { in SetStoppedByExec()
118 void NativeThreadFreeBSD::SetStoppedByWatchpoint(uint32_t wp_index) { in SetStoppedByWatchpoint()
133 void NativeThreadFreeBSD::SetStoppedByFork(lldb::pid_t child_pid, in SetStoppedByFork()
143 void NativeThreadFreeBSD::SetStoppedByVFork(lldb::pid_t child_pid, in SetStoppedByVFork()
153 void NativeThreadFreeBSD::SetStoppedByVForkDone() { in SetStoppedByVForkDone()
160 void NativeThreadFreeBSD::SetStoppedWithNoReason() { in SetStoppedWithNoReason()
167 void NativeThreadFreeBSD::SetStopped() { in SetStopped()
173 void NativeThreadFreeBSD::SetRunning() { in SetRunning()
178 void NativeThreadFreeBSD::SetStepping() { in SetStepping()
183 std::string NativeThreadFreeBSD::GetName() { in GetName()
215 lldb::StateType NativeThreadFreeBSD::GetState() { return m_state; } in GetState()
217 bool NativeThreadFreeBSD::GetStopReason(ThreadStopInfo &stop_info, in GetStopReason()
247 NativeRegisterContextFreeBSD &NativeThreadFreeBSD::GetRegisterContext() { in GetRegisterContext()
252 Status NativeThreadFreeBSD::SetWatchpoint(lldb::addr_t addr, size_t size, in SetWatchpoint()
268 Status NativeThreadFreeBSD::RemoveWatchpoint(lldb::addr_t addr) { in RemoveWatchpoint()
279 Status NativeThreadFreeBSD::SetHardwareBreakpoint(lldb::addr_t addr, in SetHardwareBreakpoint()
295 Status NativeThreadFreeBSD::RemoveHardwareBreakpoint(lldb::addr_t addr) { in RemoveHardwareBreakpoint()
310 NativeThreadFreeBSD::CopyWatchpointsFrom(NativeThreadFreeBSD &source) { in CopyWatchpointsFrom()
321 NativeThreadFreeBSD::GetSiginfo() const { in GetSiginfo()