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()
99 void NativeThreadFreeBSD::SetStoppedByBreakpoint() { in SetStoppedByBreakpoint()
105 void NativeThreadFreeBSD::SetStoppedByTrace() { in SetStoppedByTrace()
111 void NativeThreadFreeBSD::SetStoppedByExec() { in SetStoppedByExec()
117 void NativeThreadFreeBSD::SetStoppedByWatchpoint(uint32_t wp_index) { in SetStoppedByWatchpoint()
132 void NativeThreadFreeBSD::SetStoppedByFork(lldb::pid_t child_pid, in SetStoppedByFork()
142 void NativeThreadFreeBSD::SetStoppedByVFork(lldb::pid_t child_pid, in SetStoppedByVFork()
152 void NativeThreadFreeBSD::SetStoppedByVForkDone() { in SetStoppedByVForkDone()
159 void NativeThreadFreeBSD::SetStoppedWithNoReason() { in SetStoppedWithNoReason()
166 void NativeThreadFreeBSD::SetStopped() { in SetStopped()
172 void NativeThreadFreeBSD::SetRunning() { in SetRunning()
177 void NativeThreadFreeBSD::SetStepping() { in SetStepping()
182 std::string NativeThreadFreeBSD::GetName() { in GetName()
214 lldb::StateType NativeThreadFreeBSD::GetState() { return m_state; } in GetState()
216 bool NativeThreadFreeBSD::GetStopReason(ThreadStopInfo &stop_info, in GetStopReason()
246 NativeRegisterContextFreeBSD &NativeThreadFreeBSD::GetRegisterContext() { in GetRegisterContext()
251 Status NativeThreadFreeBSD::SetWatchpoint(lldb::addr_t addr, size_t size, in SetWatchpoint()
267 Status NativeThreadFreeBSD::RemoveWatchpoint(lldb::addr_t addr) { in RemoveWatchpoint()
278 Status NativeThreadFreeBSD::SetHardwareBreakpoint(lldb::addr_t addr, in SetHardwareBreakpoint()
294 Status NativeThreadFreeBSD::RemoveHardwareBreakpoint(lldb::addr_t addr) { in RemoveHardwareBreakpoint()
309 NativeThreadFreeBSD::CopyWatchpointsFrom(NativeThreadFreeBSD &source) { in CopyWatchpointsFrom()
320 NativeThreadFreeBSD::GetSiginfo() const { in GetSiginfo()