Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp341 uint32_t SBBreakpointLocation::GetThreadIndex() const { in GetThreadIndex() function in SBBreakpointLocation
343 GetThreadIndex); in GetThreadIndex()
350 return loc_sp->GetThreadIndex(); in GetThreadIndex()
515 LLDB_REGISTER_METHOD_CONST(uint32_t, SBBreakpointLocation, GetThreadIndex, in RegisterMethods()
H A DSBBreakpointName.cpp402 uint32_t SBBreakpointName::GetThreadIndex() const { in GetThreadIndex() function in SBBreakpointName
403 LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBBreakpointName, GetThreadIndex); in GetThreadIndex()
732 LLDB_REGISTER_METHOD_CONST(uint32_t, SBBreakpointName, GetThreadIndex, ()); in RegisterMethods()
H A DSBBreakpoint.cpp391 uint32_t SBBreakpoint::GetThreadIndex() const { in GetThreadIndex() function in SBBreakpoint
392 LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBBreakpoint, GetThreadIndex); in GetThreadIndex()
1028 LLDB_REGISTER_METHOD_CONST(uint32_t, SBBreakpoint, GetThreadIndex, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpointLocation.i115 GetThreadIndex() const;
H A DSBBreakpointName.i75 uint32_t GetThreadIndex() const;
H A DSBBreakpoint.i166 GetThreadIndex() const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointLocation.h73 uint32_t GetThreadIndex() const;
H A DSBBreakpointName.h74 uint32_t GetThreadIndex() const;
H A DSBBreakpoint.h85 uint32_t GetThreadIndex() const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h148 uint32_t GetThreadIndex() const;
H A DBreakpoint.h358 uint32_t GetThreadIndex() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp136 uint32_t BreakpointLocation::GetThreadIndex() const { in GetThreadIndex() function in BreakpointLocation
H A DBreakpoint.cpp363 uint32_t Breakpoint::GetThreadIndex() const { in GetThreadIndex() function in Breakpoint
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp7289 result = (uint32_t)((lldb::SBBreakpoint const *)arg1)->GetThreadIndex(); in _wrap_SBBreakpoint_GetThreadIndex()
9253 result = (uint32_t)((lldb::SBBreakpointLocation const *)arg1)->GetThreadIndex(); in _wrap_SBBreakpointLocation_GetThreadIndex()
10136 result = (uint32_t)((lldb::SBBreakpointName const *)arg1)->GetThreadIndex(); in _wrap_SBBreakpointName_GetThreadIndex()