Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.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.cpp355 if (m_options.GetThreadSpecNoCreate() == nullptr) in GetThreadID()
358 return m_options.GetThreadSpecNoCreate()->GetTID(); in GetThreadID()
370 if (m_options.GetThreadSpecNoCreate() == nullptr) in GetThreadIndex()
373 return m_options.GetThreadSpecNoCreate()->GetIndex(); in GetThreadIndex()
386 if (m_options.GetThreadSpecNoCreate() == nullptr) in GetThreadName()
389 return m_options.GetThreadSpecNoCreate()->GetName(); in GetThreadName()
402 if (m_options.GetThreadSpecNoCreate() == nullptr) in GetQueueName()
405 return m_options.GetThreadSpecNoCreate()->GetQueueName(); in GetQueueName()
H A DBreakpointOptions.cpp494 const ThreadSpec *BreakpointOptions::GetThreadSpecNoCreate() const { in GetThreadSpecNoCreate() function in BreakpointOptions
524 (GetThreadSpecNoCreate() != nullptr && in GetDescription()
525 GetThreadSpecNoCreate()->HasSpecification())) { in GetDescription()
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h144 const ThreadSpec *GetThreadSpecNoCreate() const;
H A DBreakpointOptions.h315 const ThreadSpec *GetThreadSpecNoCreate() const;
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBBreakpoint.cpp391 bkpt_sp->GetOptions().GetThreadSpecNoCreate(); in GetThreadIndex()
420 bkpt_sp->GetOptions().GetThreadSpecNoCreate(); in GetThreadName()
448 bkpt_sp->GetOptions().GetThreadSpecNoCreate(); in GetQueueName()