Searched defs:SetThreadID (Results 1 - 6 of 6) sorted by relevance

/external/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp205 BreakpointOptions::SetThreadID (lldb::tid_t thread_id) function in class:BreakpointOptions
H A DWatchpointOptions.cpp161 WatchpointOptions::SetThreadID (lldb::tid_t thread_id) function in class:WatchpointOptions
H A DBreakpointLocation.cpp52 SetThreadID (tid);
106 BreakpointLocation::SetThreadID (lldb::tid_t thread_id) function in class:BreakpointLocation
109 GetLocationOptions()->SetThreadID(thread_id);
115 m_options_ap->SetThreadID (thread_id);
H A DBreakpoint.cpp205 Breakpoint::SetThreadID (lldb::tid_t thread_id) function in class:Breakpoint
/external/lldb/source/API/
H A DSBBreakpointLocation.cpp163 SBBreakpointLocation::SetThreadID (tid_t thread_id) function in class:SBBreakpointLocation
168 m_opaque_sp->SetThreadID (thread_id);
H A DSBBreakpoint.cpp355 SBBreakpoint::SetThreadID (tid_t tid) function in class:SBBreakpoint
360 m_opaque_sp->SetThreadID (tid);
364 log->Printf ("SBBreakpoint(%p)::SetThreadID (tid=0x%4.4" PRIx64 ")", m_opaque_sp.get(), tid);

Completed in 692 milliseconds