Searched defs:GetThreadName (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ | ||
H A D | HistoryThread.h | 66 const char *GetThreadName() { return m_thread_name.c_str(); } in GetThreadName() function |
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ | ||
H A D | BreakpointLocation.cpp | 150 const char *BreakpointLocation::GetThreadName() const { in GetThreadName() function in BreakpointLocation |
H A D | Breakpoint.cpp | 375 const char *Breakpoint::GetThreadName() const { in GetThreadName() function in Breakpoint |
/freebsd/contrib/llvm-project/lldb/source/API/ | ||
H A D | SBBreakpointLocation.cpp | 365 const char *SBBreakpointLocation::GetThreadName() const { GetThreadName() function in SBBreakpointLocation |
H A D | SBBreakpointName.cpp | 418 const char *SBBreakpointName::GetThreadName() const { in GetThreadName() function in SBBreakpointName |
H A D | SBBreakpoint.cpp | 410 const char *SBBreakpoint::GetThreadName() const { in GetThreadName() function in SBBreakpoint |