Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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-15.0.7/lldb/bindings/interface/
H A DSBBreakpointName.i79 const char *GetThreadName() const;
H A DSBBreakpointLocation.i121 GetThreadName () const;
H A DSBBreakpoint.i172 GetThreadName () const;
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBBreakpointLocation.h77 const char *GetThreadName() const;
H A DSBBreakpointName.h78 const char *GetThreadName() const;
H A DSBBreakpoint.h89 const char *GetThreadName() const;
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.h66 const char *GetThreadName() { return m_thread_name.c_str(); } in GetThreadName() function
/llvm-project-15.0.7/lldb/source/API/
H A DSBBreakpointLocation.cpp347 const char *SBBreakpointLocation::GetThreadName() const { in GetThreadName() function in SBBreakpointLocation
354 return loc_sp->GetThreadName(); in GetThreadName()
H A DSBBreakpointName.cpp418 const char *SBBreakpointName::GetThreadName() const { in GetThreadName() function in SBBreakpointName
H A DSBBreakpoint.cpp411 const char *SBBreakpoint::GetThreadName() const { in GetThreadName() function in SBBreakpoint
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h152 const char *GetThreadName() const;
H A DBreakpoint.h367 const char *GetThreadName() const;
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_conditions/
H A DTestBreakpointConditions.py133 self.assertTrue(breakpoint.GetThreadName() is None,
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_names/
H A DTestBreakpointNames.py193 self.assertEqual(bp_object.GetThreadName(), self.thread_name, "Thread Name")
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp158 const char *BreakpointLocation::GetThreadName() const { in GetThreadName() function in BreakpointLocation
H A DBreakpoint.cpp380 const char *Breakpoint::GetThreadName() const { in GetThreadName() function in Breakpoint