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

/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointLocation.h86 uint32_t GetThreadIndex() const;
H A DSBBreakpointName.h74 uint32_t GetThreadIndex() const;
H A DSBBreakpoint.h90 uint32_t GetThreadIndex() const;
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h151 uint32_t GetThreadIndex() const;
H A DBreakpoint.h365 uint32_t GetThreadIndex() const;
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp340 uint32_t SBBreakpointLocation::GetThreadIndex() const { function in class:SBBreakpointLocation
348 return loc_sp->GetThreadIndex();
H A DSBBreakpointName.cpp391 uint32_t SBBreakpointName::GetThreadIndex() const { function in class:SBBreakpointName
H A DSBBreakpoint.cpp381 uint32_t SBBreakpoint::GetThreadIndex() const { function in class:SBBreakpoint
/freebsd-current/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp136 uint32_t BreakpointLocation::GetThreadIndex() const { function in class:BreakpointLocation
H A DBreakpoint.cpp362 uint32_t Breakpoint::GetThreadIndex() const { function in class:Breakpoint
/freebsd-current/lib/clang/liblldb/
H A DLLDBWrapLua.cpp7593 SWIG_check_num_args("lldb::SBBreakpoint::GetThreadIndex",1,1)
7594 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBBreakpoint::GetThreadIndex",1,"lldb::SBBreakpoint const *");
7600 result = (uint32_t)((lldb::SBBreakpoint const *)arg1)->GetThreadIndex();
8529 { "GetThreadIndex", _wrap_SBBreakpoint_GetThreadIndex},
9557 SWIG_check_num_args("lldb::SBBreakpointLocation::GetThreadIndex",1,1)
9558 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBBreakpointLocation::GetThreadIndex",1,"lldb::SBBreakpointLocation const *");
9564 result = (uint32_t)((lldb::SBBreakpointLocation const *)arg1)->GetThreadIndex();
9820 { "GetThreadIndex", _wrap_SBBreakpointLocation_GetThreadIndex},
10440 SWIG_check_num_args("lldb::SBBreakpointName::GetThreadIndex",1,1)
10441 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBBreakpointName::GetThreadIndex",
[all...]

Completed in 332 milliseconds