Home
last modified time | relevance | path

Searched refs:GetTID (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadSpec.cpp140 if (GetTID() != LLDB_INVALID_THREAD_ID) in GetDescription()
141 s->Printf("tid: 0x%" PRIx64 " ", GetTID()); in GetDescription()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadSpec.h57 lldb::tid_t GetTID() const { return m_tid; } in GetTID() function
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp111 return thread_spec->GetTID(); in GetThreadID()
631 ->GetTID(); in Dump()
H A DBreakpoint.cpp337 if (m_options.GetThreadSpec()->GetTID() == thread_id) in SetThreadID()
348 return m_options.GetThreadSpecNoCreate()->GetTID(); in GetThreadID()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointName.cpp374 return bp_name->GetOptions().GetThreadSpec()->GetTID(); in GetThreadID()