Home
last modified time | relevance | path

Searched refs:GetThreadSpecNoCreate (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DWatchpointOptions.cpp116 const ThreadSpec *WatchpointOptions::GetThreadSpecNoCreate() const { in GetThreadSpecNoCreate() function in WatchpointOptions
144 if ((GetThreadSpecNoCreate() != nullptr && in GetDescription()
145 GetThreadSpecNoCreate()->HasSpecification())) { in GetDescription()
H A DBreakpointLocation.cpp120 ->GetThreadSpecNoCreate(); in GetThreadID()
142 ->GetThreadSpecNoCreate(); in GetThreadIndex()
164 ->GetThreadSpecNoCreate(); in GetThreadName()
186 ->GetThreadSpecNoCreate(); in GetQueueName()
383 ->GetThreadSpecNoCreate()); in ValidForThisThread()
629 ->GetThreadSpecNoCreate()->GetTID(); in Dump()
H A DBreakpoint.cpp363 if (m_options_up->GetThreadSpecNoCreate() == nullptr) in GetThreadID()
366 return m_options_up->GetThreadSpecNoCreate()->GetTID(); in GetThreadID()
378 if (m_options_up->GetThreadSpecNoCreate() == nullptr) in GetThreadIndex()
381 return m_options_up->GetThreadSpecNoCreate()->GetIndex(); in GetThreadIndex()
394 if (m_options_up->GetThreadSpecNoCreate() == nullptr) in GetThreadName()
397 return m_options_up->GetThreadSpecNoCreate()->GetName(); in GetThreadName()
410 if (m_options_up->GetThreadSpecNoCreate() == nullptr) in GetQueueName()
413 return m_options_up->GetThreadSpecNoCreate()->GetQueueName(); in GetQueueName()
H A DBreakpointOptions.cpp524 const ThreadSpec *BreakpointOptions::GetThreadSpecNoCreate() const { in GetThreadSpecNoCreate() function in BreakpointOptions
555 (GetThreadSpecNoCreate() != nullptr && in GetDescription()
556 GetThreadSpecNoCreate()->HasSpecification())) { in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h171 const ThreadSpec *GetThreadSpecNoCreate() const;
H A DBreakpointOptions.h366 const ThreadSpec *GetThreadSpecNoCreate() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpoint.cpp344 bkpt_sp->GetOptions()->GetThreadSpecNoCreate(); in GetThreadIndex()
373 bkpt_sp->GetOptions()->GetThreadSpecNoCreate(); in GetThreadName()
402 bkpt_sp->GetOptions()->GetThreadSpecNoCreate(); in GetQueueName()