Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointOptions.cpp103 const ThreadSpec *WatchpointOptions::GetThreadSpecNoCreate() const { in GetThreadSpecNoCreate() function in WatchpointOptions
132 if ((GetThreadSpecNoCreate() != nullptr && in GetDescription()
133 GetThreadSpecNoCreate()->HasSpecification())) { in GetDescription()
H A DBreakpointLocation.cpp105 .GetThreadSpecNoCreate(); in GetThreadID()
126 .GetThreadSpecNoCreate(); in GetThreadIndex()
147 .GetThreadSpecNoCreate(); in GetThreadName()
168 .GetThreadSpecNoCreate(); in GetQueueName()
372 .GetThreadSpecNoCreate()); in ValidForThisThread()
639 .GetThreadSpecNoCreate() in Dump()
H A DBreakpoint.cpp394 if (m_options.GetThreadSpecNoCreate() == nullptr) in GetThreadID()
396 return m_options.GetThreadSpecNoCreate()->GetTID(); in GetThreadID()
408 if (m_options.GetThreadSpecNoCreate() == nullptr) in GetThreadIndex()
410 return m_options.GetThreadSpecNoCreate()->GetIndex(); in GetThreadIndex()
423 if (m_options.GetThreadSpecNoCreate() == nullptr) in GetThreadName()
425 return m_options.GetThreadSpecNoCreate()->GetName(); in GetThreadName()
438 if (m_options.GetThreadSpecNoCreate() == nullptr) in GetQueueName()
440 return m_options.GetThreadSpecNoCreate()->GetQueueName(); in GetQueueName()
H A DBreakpointOptions.cpp478 const ThreadSpec *BreakpointOptions::GetThreadSpecNoCreate() const { in GetThreadSpecNoCreate() function in BreakpointOptions
508 (GetThreadSpecNoCreate() != nullptr && in GetDescription()
509 GetThreadSpecNoCreate()->HasSpecification())) { in GetDescription()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h139 const ThreadSpec *GetThreadSpecNoCreate() const;
H A DBreakpointOptions.h313 const ThreadSpec *GetThreadSpecNoCreate() const;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpoint.cpp390 bkpt_sp->GetOptions().GetThreadSpecNoCreate(); in GetThreadIndex()
420 bkpt_sp->GetOptions().GetThreadSpecNoCreate()) in GetThreadName()
447 bkpt_sp->GetOptions().GetThreadSpecNoCreate()) in GetQueueName()