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

/external/lldb/test/python_api/default-constructor/
H A Dsb_breakpointlocation.py21 obj.SetQueueName("my queue")
H A Dsb_breakpoint.py28 obj.SetQueueName("my queue")
/external/lldb/scripts/Python/interface/
H A DSBBreakpointLocation.i92 SetQueueName (const char *queue_name);
H A DSBBreakpoint.i175 SetQueueName (const char *queue_name);
/external/lldb/include/lldb/API/
H A DSBBreakpointLocation.h80 SetQueueName (const char *queue_name);
H A DSBBreakpoint.h113 SetQueueName (const char *queue_name);
/external/lldb/include/lldb/Target/
H A DThreadSpec.h61 SetQueueName (const char *queue_name) function in class:lldb_private::ThreadSpec
/external/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h211 SetQueueName (const char *queue_name);
H A DBreakpoint.h401 SetQueueName (const char *queue_name);
/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);
/external/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp524 bp->GetOptions()->GetThreadSpec()->SetQueueName(m_options.m_queue_name.c_str());
942 location->SetQueueName(m_options.m_queue_name.c_str());
966 bp->SetQueueName(m_options.m_queue_name.c_str());
H A DCommandObjectTarget.cpp5009 thread_spec->SetQueueName (m_options.m_queue_name.c_str());

Completed in 3181 milliseconds