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()
142 void NativeThreadFreeBSD::SetStoppedByVFork(lldb::pid_t child_pid, in SetStoppedByVFork()
151 void NativeThreadFreeBSD::SetStoppedByVForkDone() { in SetStoppedByVForkDone()
157 void NativeThreadFreeBSD::SetStoppedWithNoReason() { in SetStoppedWithNoReason()
164 void NativeThreadFreeBSD::SetStopped() { in SetStopped()
170 void NativeThreadFreeBSD::SetRunning() { in SetRunning()
175 void NativeThreadFreeBSD::SetStepping() { in SetStepping()
180 std::string NativeThreadFreeBSD::GetName() { in GetName()
212 lldb::StateType NativeThreadFreeBSD::GetState() { return m_state; } in GetState()
214 bool NativeThreadFreeBSD::GetStopReason(ThreadStopInfo &stop_info, in GetStopReason()
244 NativeRegisterContextFreeBSD &NativeThreadFreeBSD::GetRegisterContext() { in GetRegisterContext()
249 Status NativeThreadFreeBSD::SetWatchpoint(lldb::addr_t addr, size_t size, in SetWatchpoint()
265 Status NativeThreadFreeBSD::RemoveWatchpoint(lldb::addr_t addr) { in RemoveWatchpoint()
276 Status NativeThreadFreeBSD::SetHardwareBreakpoint(lldb::addr_t addr, in SetHardwareBreakpoint()
292 Status NativeThreadFreeBSD::RemoveHardwareBreakpoint(lldb::addr_t addr) { in RemoveHardwareBreakpoint()
307 NativeThreadFreeBSD::CopyWatchpointsFrom(NativeThreadFreeBSD &source) { in CopyWatchpointsFrom()