Home
last modified time | relevance | path

Searched refs:SetQueueName (Results 1 – 16 of 16) sorted by relevance

/external/lldb/test/python_api/default-constructor/
Dsb_breakpointlocation.py21 obj.SetQueueName("my queue")
Dsb_breakpoint.py28 obj.SetQueueName("my queue")
/external/lldb/source/API/
DSBBreakpointLocation.cpp229 SBBreakpointLocation::SetQueueName (const char *queue_name) in SetQueueName() function in SBBreakpointLocation
234 m_opaque_sp->SetQueueName (queue_name); in SetQueueName()
DSBBreakpoint.cpp449 SBBreakpoint::SetQueueName (const char *queue_name) in SetQueueName() function in SBBreakpoint
457 m_opaque_sp->GetOptions()->GetThreadSpec()->SetQueueName (queue_name); in SetQueueName()
/external/lldb/scripts/Python/interface/
DSBBreakpointLocation.i92 SetQueueName (const char *queue_name);
DSBBreakpoint.i175 SetQueueName (const char *queue_name);
/external/lldb/include/lldb/API/
DSBBreakpointLocation.h80 SetQueueName (const char *queue_name);
DSBBreakpoint.h113 SetQueueName (const char *queue_name);
/external/lldb/source/Breakpoint/
DBreakpointLocation.cpp179 BreakpointLocation::SetQueueName (const char *queue_name) in SetQueueName() function in BreakpointLocation
182 GetLocationOptions()->GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
188 m_options_ap->GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
DBreakpoint.cpp263 Breakpoint::SetQueueName (const char *queue_name) in SetQueueName() function in Breakpoint
269 m_options.GetThreadSpec()->SetQueueName (queue_name); in SetQueueName()
/external/lldb/include/lldb/Target/
DThreadSpec.h61 SetQueueName (const char *queue_name) in SetQueueName() function
/external/lldb/include/lldb/Breakpoint/
DBreakpointLocation.h211 SetQueueName (const char *queue_name);
DBreakpoint.h401 SetQueueName (const char *queue_name);
/external/lldb/source/Commands/
DCommandObjectBreakpoint.cpp524 bp->GetOptions()->GetThreadSpec()->SetQueueName(m_options.m_queue_name.c_str()); in DoExecute()
942 location->SetQueueName(m_options.m_queue_name.c_str()); in DoExecute()
966 bp->SetQueueName(m_options.m_queue_name.c_str()); in DoExecute()
DCommandObjectTarget.cpp5009 thread_spec->SetQueueName (m_options.m_queue_name.c_str()); in DoExecute()
/external/lldb/www/python_reference/
Dapi-objects.txt2439 lldb.SBBreakpoint.SetQueueName lldb.SBBreakpoint-class.html#SetQueueName
2481 lldb.SBBreakpointLocation.SetQueueName lldb.SBBreakpointLocation-class.html#SetQueueName