Home
last modified time | relevance | path

Searched refs:GetThreadName (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBBreakpointLocation.h73 const char *GetThreadName() const;
H A DSBBreakpointName.h77 const char *GetThreadName() const;
H A DSBBreakpoint.h86 const char *GetThreadName() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.h70 const char *GetThreadName() { return m_thread_name.c_str(); } in GetThreadName() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpointLocation.cpp294 const char *SBBreakpointLocation::GetThreadName() const { in GetThreadName() function in SBBreakpointLocation
299 return loc_sp->GetThreadName(); in GetThreadName()
H A DSBBreakpointName.cpp420 const char *SBBreakpointName::GetThreadName() const { in GetThreadName() function in SBBreakpointName
H A DSBBreakpoint.cpp366 const char *SBBreakpoint::GetThreadName() const { in GetThreadName() function in SBBreakpoint
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h185 const char *GetThreadName() const;
H A DBreakpoint.h439 const char *GetThreadName() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp161 const char *BreakpointLocation::GetThreadName() const { in GetThreadName() function in BreakpointLocation
H A DBreakpoint.cpp393 const char *Breakpoint::GetThreadName() const { in GetThreadName() function in Breakpoint