Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.h66 const char *GetThreadName() { return m_thread_name.c_str(); } in GetThreadName() function
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointName.h78 const char *GetThreadName() const;
H A DSBBreakpointLocation.h90 const char *GetThreadName() const;
H A DSBBreakpoint.h94 const char *GetThreadName() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp364 const char *SBBreakpointLocation::GetThreadName() const { in GetThreadName() function in SBBreakpointLocation
373 return ConstString(loc_sp->GetThreadName()).GetCString(); in GetThreadName()
H A DSBBreakpointName.cpp418 const char *SBBreakpointName::GetThreadName() const { in GetThreadName() function in SBBreakpointName
H A DSBBreakpoint.cpp410 const char *SBBreakpoint::GetThreadName() const { in GetThreadName() function in SBBreakpoint
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h155 const char *GetThreadName() const;
H A DBreakpoint.h369 const char *GetThreadName() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp158 const char *BreakpointLocation::GetThreadName() const { in GetThreadName() function in BreakpointLocation
H A DBreakpoint.cpp378 const char *Breakpoint::GetThreadName() const { in GetThreadName() function in Breakpoint
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp7650 result = (char *)((lldb::SBBreakpoint const *)arg1)->GetThreadName(); in _wrap_SBBreakpoint_GetThreadName()
9614 result = (char *)((lldb::SBBreakpointLocation const *)arg1)->GetThreadName(); in _wrap_SBBreakpointLocation_GetThreadName()
10497 result = (char *)((lldb::SBBreakpointName const *)arg1)->GetThreadName(); in _wrap_SBBreakpointName_GetThreadName()