Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/python_api/default-constructor/
H A Dsb_breakpointlocation.py20 obj.GetThreadName()
H A Dsb_breakpoint.py28 obj.GetThreadName()
H A Dsb_breakpointname.py26 obj.GetThreadName()
/llvm-project/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.h66 const char *GetThreadName() { return m_thread_name.c_str(); } in GetThreadName() function
/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;
/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
/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h157 const char *GetThreadName() const;
H A DBreakpoint.h369 const char *GetThreadName() const;
/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_conditions/
H A DTestBreakpointConditions.py147 breakpoint.GetThreadName(), "The thread name should be invalid"
/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/
H A DTestBreakpointLocations.py149 bkpt_loc.GetThreadName(),
/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_names/
H A DTestBreakpointNames.py227 self.assertEqual(bp_object.GetThreadName(), self.thread_name, "Thread Name")
/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp150 const char *BreakpointLocation::GetThreadName() const { in GetThreadName() function in BreakpointLocation
H A DBreakpoint.cpp376 const char *Breakpoint::GetThreadName() const { in GetThreadName()
375 const char *Breakpoint::GetThreadName() const { GetThreadName() function in Breakpoint