Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointOptions.cpp105 const ThreadSpec *WatchpointOptions::GetThreadSpecNoCreate() const { in GetThreadSpecNoCreate() function in WatchpointOptions
134 if ((GetThreadSpecNoCreate() != nullptr && in GetDescription()
135 GetThreadSpecNoCreate()->HasSpecification())) { in GetDescription()
H A DBreakpointLocation.cpp117 .GetThreadSpecNoCreate(); in GetThreadID()
139 .GetThreadSpecNoCreate(); in GetThreadIndex()
161 .GetThreadSpecNoCreate(); in GetThreadName()
183 .GetThreadSpecNoCreate(); in GetQueueName()
386 .GetThreadSpecNoCreate()); in ValidForThisThread()
633 .GetThreadSpecNoCreate() in Dump()
H A DBreakpoint.cpp349 if (m_options.GetThreadSpecNoCreate() == nullptr) in GetThreadID()
352 return m_options.GetThreadSpecNoCreate()->GetTID(); in GetThreadID()
364 if (m_options.GetThreadSpecNoCreate() == nullptr) in GetThreadIndex()
367 return m_options.GetThreadSpecNoCreate()->GetIndex(); in GetThreadIndex()
380 if (m_options.GetThreadSpecNoCreate() == nullptr) in GetThreadName()
383 return m_options.GetThreadSpecNoCreate()->GetName(); in GetThreadName()
396 if (m_options.GetThreadSpecNoCreate() == nullptr) in GetQueueName()
399 return m_options.GetThreadSpecNoCreate()->GetQueueName(); in GetQueueName()
H A DBreakpointOptions.cpp504 const ThreadSpec *BreakpointOptions::GetThreadSpecNoCreate() const { in GetThreadSpecNoCreate() function in BreakpointOptions
534 (GetThreadSpecNoCreate() != nullptr && in GetDescription()
535 GetThreadSpecNoCreate()->HasSpecification())) { in GetDescription()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h144 const ThreadSpec *GetThreadSpecNoCreate() const;
H A DBreakpointOptions.h316 const ThreadSpec *GetThreadSpecNoCreate() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBreakpoint.cpp400 bkpt_sp->GetOptions().GetThreadSpecNoCreate(); in GetThreadIndex()
430 bkpt_sp->GetOptions().GetThreadSpecNoCreate(); in GetThreadName()
459 bkpt_sp->GetOptions().GetThreadSpecNoCreate(); in GetQueueName()