Searched refs:SetQueueName (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBBreakpointLocation.h80 SetQueueName (const char *queue_name);
H A DSBBreakpoint.h113 SetQueueName (const char *queue_name);
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadSpec.h61 SetQueueName (const char *queue_name) function in class:lldb_private::ThreadSpec
H A DThread.h302 SetQueueName (const char *name) function in class:lldb_private::Thread
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.h73 SetQueueName (const char *name) function in class:lldb_private::HistoryThread
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h211 SetQueueName (const char *queue_name);
H A DBreakpoint.h419 SetQueueName (const char *queue_name);
/freebsd-10.2-release/contrib/llvm/tools/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.cpp450 SBBreakpoint::SetQueueName (const char *queue_name) function in class:SBBreakpoint
454 log->Printf ("SBBreakpoint(%p)::SetQueueName (%s)", m_opaque_sp.get(), queue_name);
458 m_opaque_sp->GetOptions()->GetThreadSpec()->SetQueueName (queue_name);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp192 BreakpointLocation::SetQueueName (const char *queue_name) function in class:BreakpointLocation
195 GetLocationOptions()->GetThreadSpec()->SetQueueName(queue_name);
201 m_options_ap->GetThreadSpec()->SetQueueName(queue_name);
H A DBreakpoint.cpp275 Breakpoint::SetQueueName (const char *queue_name) function in class:Breakpoint
281 m_options.GetThreadSpec()->SetQueueName (queue_name);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp544 bp->GetOptions()->GetThreadSpec()->SetQueueName(m_options.m_queue_name.c_str());
965 location->SetQueueName(m_options.m_queue_name.c_str());
989 bp->SetQueueName(m_options.m_queue_name.c_str());
H A DCommandObjectTarget.cpp5058 thread_spec->SetQueueName (m_options.m_queue_name.c_str());

Completed in 907 milliseconds