Home
last modified time | relevance | path

Searched refs:GetThreadIndex (Results 1 – 11 of 11) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBBreakpointName.h74 uint32_t GetThreadIndex() const;
HDSBBreakpointLocation.h86 uint32_t GetThreadIndex() const;
HDSBBreakpoint.h90 uint32_t GetThreadIndex() const;
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBBreakpointLocation.cpp340 uint32_t SBBreakpointLocation::GetThreadIndex() const { in GetThreadIndex() function in SBBreakpointLocation
348 return loc_sp->GetThreadIndex(); in GetThreadIndex()
HDSBBreakpointName.cpp391 uint32_t SBBreakpointName::GetThreadIndex() const { in GetThreadIndex() function in SBBreakpointName
HDSBBreakpoint.cpp381 uint32_t SBBreakpoint::GetThreadIndex() const { in GetThreadIndex() function in SBBreakpoint
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
HDBreakpointLocation.h151 uint32_t GetThreadIndex() const;
HDBreakpoint.h365 uint32_t GetThreadIndex() const;
/freebsd-14-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDBreakpointLocation.cpp128 uint32_t BreakpointLocation::GetThreadIndex() const { in GetThreadIndex() function in BreakpointLocation
HDBreakpoint.cpp359 uint32_t Breakpoint::GetThreadIndex() const { in GetThreadIndex() function in Breakpoint
/freebsd-14-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp8398 result = (uint32_t)((lldb::SBBreakpoint const *)arg1)->GetThreadIndex(); in _wrap_SBBreakpoint_GetThreadIndex()
10362 result = (uint32_t)((lldb::SBBreakpointLocation const *)arg1)->GetThreadIndex(); in _wrap_SBBreakpointLocation_GetThreadIndex()
11245 result = (uint32_t)((lldb::SBBreakpointName const *)arg1)->GetThreadIndex(); in _wrap_SBBreakpointName_GetThreadIndex()