Searched defs:SetThreadIndex (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/API/
H A DSBBreakpointLocation.cpp185 SBBreakpointLocation::SetThreadIndex (uint32_t index) function in class:SBBreakpointLocation
190 m_opaque_sp->SetThreadIndex (index);
H A DSBBreakpoint.cpp385 SBBreakpoint::SetThreadIndex (uint32_t index) function in class:SBBreakpoint
389 log->Printf ("SBBreakpoint(%p)::SetThreadIndex (%u)", m_opaque_sp.get(), index);
/external/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp130 BreakpointLocation::SetThreadIndex (uint32_t index) function in class:BreakpointLocation
H A DBreakpoint.cpp224 Breakpoint::SetThreadIndex (uint32_t index) function in class:Breakpoint

Completed in 417 milliseconds