• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/

Lines Matching refs:FreeBSDThread

1 //===-- FreeBSDThread.cpp -------------------------------------------------===//
17 #include "FreeBSDThread.h"
51 FreeBSDThread::FreeBSDThread(Process &process, lldb::tid_t tid)
79 FreeBSDThread::~FreeBSDThread() { DestroyThread(); }
81 ProcessMonitor &FreeBSDThread::GetMonitor() {
87 void FreeBSDThread::RefreshStateAfterStop() {
102 const char *FreeBSDThread::GetInfo() { return nullptr; }
104 void FreeBSDThread::SetName(const char *name) {
112 const char *FreeBSDThread::GetName() {
157 lldb::RegisterContextSP FreeBSDThread::GetRegisterContext() {
241 FreeBSDThread::CreateRegisterContextForFrame(lldb_private::StackFrame *frame) {
260 lldb::addr_t FreeBSDThread::GetThreadPointer() {
269 bool FreeBSDThread::CalculateStopInfo() {
274 void FreeBSDThread::DidStop() {
278 void FreeBSDThread::WillResume(lldb::StateType resume_state) {
307 bool FreeBSDThread::Resume() {
313 LLDB_LOGF(log, "FreeBSDThread::%s (), resume_state = %s", __FUNCTION__,
340 void FreeBSDThread::Notify(const ProcessMessage &message) {
342 LLDB_LOGF(log, "FreeBSDThread::%s () message kind = '%s' for tid %" PRIu64,
385 bool FreeBSDThread::EnableHardwareWatchpoint(Watchpoint *wp) {
401 bool FreeBSDThread::DisableHardwareWatchpoint(Watchpoint *wp) {
411 uint32_t FreeBSDThread::NumSupportedHardwareWatchpoints() {
418 uint32_t FreeBSDThread::FindVacantWatchpointIndex() {
434 void FreeBSDThread::BreakNotify(const ProcessMessage &message) {
446 LLDB_LOGF(log, "FreeBSDThread::%s () PC=0x%8.8" PRIx64, __FUNCTION__, pc);
474 void FreeBSDThread::WatchNotify(const ProcessMessage &message) {
479 "FreeBSDThread::%s () Hardware Watchpoint Address = 0x%8.8" PRIx64,
508 void FreeBSDThread::TraceNotify(const ProcessMessage &message) {
514 LLDB_LOGF(log, "FreeBSDThread::%s () PC=0x%8.8" PRIx64, __FUNCTION__, pc);
544 void FreeBSDThread::LimboNotify(const ProcessMessage &message) {
548 void FreeBSDThread::SignalNotify(const ProcessMessage &message) {
560 void FreeBSDThread::SignalDeliveredNotify(const ProcessMessage &message) {
565 unsigned FreeBSDThread::GetRegisterIndexFromOffset(unsigned offset) {
588 void FreeBSDThread::ExecNotify(const ProcessMessage &message) {
592 const char *FreeBSDThread::GetRegisterName(unsigned reg) {
614 const char *FreeBSDThread::GetRegisterNameFromOffset(unsigned offset) {