Lines Matching refs:FreeBSDThread

51 FreeBSDThread::FreeBSDThread(Process &process, lldb::tid_t tid)  in FreeBSDThread()  function in FreeBSDThread
79 FreeBSDThread::~FreeBSDThread() { DestroyThread(); } in ~FreeBSDThread()
81 ProcessMonitor &FreeBSDThread::GetMonitor() { in GetMonitor()
87 void FreeBSDThread::RefreshStateAfterStop() { in RefreshStateAfterStop()
102 const char *FreeBSDThread::GetInfo() { return nullptr; } in GetInfo()
104 void FreeBSDThread::SetName(const char *name) { in SetName()
112 const char *FreeBSDThread::GetName() { in GetName()
157 lldb::RegisterContextSP FreeBSDThread::GetRegisterContext() { in GetRegisterContext()
241 FreeBSDThread::CreateRegisterContextForFrame(lldb_private::StackFrame *frame) { in CreateRegisterContextForFrame()
260 lldb::addr_t FreeBSDThread::GetThreadPointer() { in GetThreadPointer()
269 bool FreeBSDThread::CalculateStopInfo() { in CalculateStopInfo()
274 void FreeBSDThread::DidStop() { in DidStop()
278 void FreeBSDThread::WillResume(lldb::StateType resume_state) { in WillResume()
307 bool FreeBSDThread::Resume() { in Resume()
340 void FreeBSDThread::Notify(const ProcessMessage &message) { in Notify()
385 bool FreeBSDThread::EnableHardwareWatchpoint(Watchpoint *wp) { in EnableHardwareWatchpoint()
401 bool FreeBSDThread::DisableHardwareWatchpoint(Watchpoint *wp) { in DisableHardwareWatchpoint()
411 uint32_t FreeBSDThread::NumSupportedHardwareWatchpoints() { in NumSupportedHardwareWatchpoints()
418 uint32_t FreeBSDThread::FindVacantWatchpointIndex() { in FindVacantWatchpointIndex()
434 void FreeBSDThread::BreakNotify(const ProcessMessage &message) { in BreakNotify()
474 void FreeBSDThread::WatchNotify(const ProcessMessage &message) { in WatchNotify()
508 void FreeBSDThread::TraceNotify(const ProcessMessage &message) { in TraceNotify()
544 void FreeBSDThread::LimboNotify(const ProcessMessage &message) { in LimboNotify()
548 void FreeBSDThread::SignalNotify(const ProcessMessage &message) { in SignalNotify()
560 void FreeBSDThread::SignalDeliveredNotify(const ProcessMessage &message) { in SignalDeliveredNotify()
565 unsigned FreeBSDThread::GetRegisterIndexFromOffset(unsigned offset) { in GetRegisterIndexFromOffset()
588 void FreeBSDThread::ExecNotify(const ProcessMessage &message) { in ExecNotify()
592 const char *FreeBSDThread::GetRegisterName(unsigned reg) { in GetRegisterName()
614 const char *FreeBSDThread::GetRegisterNameFromOffset(unsigned offset) { in GetRegisterNameFromOffset()