Searched defs:SetQueueName (Results 1 - 5 of 5) sorted by relevance

/external/lldb/include/lldb/Target/
H A DThreadSpec.h61 SetQueueName (const char *queue_name) function in class:lldb_private::ThreadSpec
/external/lldb/source/API/
H A DSBBreakpointLocation.cpp229 SBBreakpointLocation::SetQueueName (const char *queue_name) function in class:SBBreakpointLocation
234 m_opaque_sp->SetQueueName (queue_name);
H A DSBBreakpoint.cpp449 SBBreakpoint::SetQueueName (const char *queue_name) function in class:SBBreakpoint
453 log->Printf ("SBBreakpoint(%p)::SetQueueName (%s)", m_opaque_sp.get(), queue_name);
457 m_opaque_sp->GetOptions()->GetThreadSpec()->SetQueueName (queue_name);
/external/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp179 BreakpointLocation::SetQueueName (const char *queue_name) function in class:BreakpointLocation
182 GetLocationOptions()->GetThreadSpec()->SetQueueName(queue_name);
188 m_options_ap->GetThreadSpec()->SetQueueName(queue_name);
H A DBreakpoint.cpp263 Breakpoint::SetQueueName (const char *queue_name) function in class:Breakpoint
269 m_options.GetThreadSpec()->SetQueueName (queue_name);

Completed in 1622 milliseconds