Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointName.h74 uint32_t GetThreadIndex() const;
H A DSBBreakpointLocation.h86 uint32_t GetThreadIndex() const;
H A DSBBreakpoint.h90 uint32_t GetThreadIndex() const;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp340 uint32_t SBBreakpointLocation::GetThreadIndex() const {
348 return loc_sp->GetThreadIndex(); in GetThreadIndex()
341 uint32_t SBBreakpointLocation::GetThreadIndex() const { GetThreadIndex() function in SBBreakpointLocation
H A DSBBreakpointName.cpp391 uint32_t SBBreakpointName::GetThreadIndex() const { in GetThreadIndex() function in SBBreakpointName
H A DSBBreakpoint.cpp381 uint32_t SBBreakpoint::GetThreadIndex() const { in GetThreadIndex() function in SBBreakpoint
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h151 uint32_t GetThreadIndex() const;
H A DBreakpoint.h365 uint32_t GetThreadIndex() const;
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp128 uint32_t BreakpointLocation::GetThreadIndex() const { in GetThreadIndex() function in BreakpointLocation
H A DBreakpoint.cpp359 uint32_t Breakpoint::GetThreadIndex() const { in GetThreadIndex() function in Breakpoint
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.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()