Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpointNameExtensions.i19 …thread_name = property(GetThreadName, SetThreadName, doc='A read/write property that configures th…
H A DSBBreakpointLocationExtensions.i22 …thread_name = property(GetThreadName, SetThreadName, doc='A read/write property that configures th…
H A DSBBreakpointExtensions.i61 …thread_name = property(GetThreadName, SetThreadName, doc='A read/write property that configures th…
/freebsd/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/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointName.h74 const char *GetThreadName() const;
H A DSBBreakpointLocation.h90 const char *GetThreadName() const;
H A DSBBreakpoint.h94 const char *GetThreadName() const;
/freebsd/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.cpp419 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/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h153 const char *GetThreadName() const;
H A DBreakpoint.h369 const char *GetThreadName() const;
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp144 const char *BreakpointLocation::GetThreadName() const { in GetThreadName() function in BreakpointLocation
H A DBreakpoint.cpp422 const char *Breakpoint::GetThreadName() const { in GetThreadName() function in Breakpoint
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp8382 result = (char *)((lldb::SBBreakpoint const *)arg1)->GetThreadName(); in _wrap_SBBreakpoint_GetThreadName()
10377 result = (char *)((lldb::SBBreakpointLocation const *)arg1)->GetThreadName(); in _wrap_SBBreakpointLocation_GetThreadName()
11260 result = (char *)((lldb::SBBreakpointName const *)arg1)->GetThreadName(); in _wrap_SBBreakpointName_GetThreadName()