Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBBreakpointLocation.cpp367 const char *SBBreakpointLocation::GetThreadName() const { in GetThreadName() function in SBBreakpointLocation
369 GetThreadName); in GetThreadName()
375 return loc_sp->GetThreadName(); in GetThreadName()
520 GetThreadName, ()); in RegisterMethods()
HDSBBreakpointName.cpp429 const char *SBBreakpointName::GetThreadName() const { in GetThreadName() function in SBBreakpointName
431 GetThreadName); in GetThreadName()
734 LLDB_REGISTER_METHOD_CONST(const char *, SBBreakpointName, GetThreadName, in RegisterMethods()
HDSBBreakpoint.cpp411 const char *SBBreakpoint::GetThreadName() const { in GetThreadName() function in SBBreakpoint
412 LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBBreakpoint, GetThreadName); in GetThreadName()
995 LLDB_REGISTER_METHOD_CONST(const char *, SBBreakpoint, GetThreadName, ()); in RegisterMethods()
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBBreakpointName.i79 const char *GetThreadName() const;
HDSBBreakpointLocation.i121 GetThreadName () const;
HDSBBreakpoint.i169 GetThreadName () const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDHistoryThread.h65 const char *GetThreadName() { return m_thread_name.c_str(); } in GetThreadName() function
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBBreakpointLocation.h77 const char *GetThreadName() const;
HDSBBreakpointName.h78 const char *GetThreadName() const;
HDSBBreakpoint.h87 const char *GetThreadName() const;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
HDBreakpointLocation.h150 const char *GetThreadName() const;
HDBreakpoint.h359 const char *GetThreadName() const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDBreakpointLocation.cpp160 const char *BreakpointLocation::GetThreadName() const { in GetThreadName() function in BreakpointLocation
HDBreakpoint.cpp389 const char *Breakpoint::GetThreadName() const { in GetThreadName() function in Breakpoint