Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBBreakpointLocation.h75 void SetQueueName(const char *queue_name);
H A DSBBreakpointName.h79 void SetQueueName(const char *queue_name);
H A DSBBreakpoint.h88 void SetQueueName(const char *queue_name);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.h64 void SetQueueName(const char *name) override { m_queue_name = name; } in SetQueueName() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp171 void BreakpointLocation::SetQueueName(const char *queue_name) { in SetQueueName() function in BreakpointLocation
173 GetLocationOptions()->GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
178 m_options_ap->GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
H A DBreakpoint.cpp400 void Breakpoint::SetQueueName(const char *queue_name) { in SetQueueName() function in Breakpoint
405 m_options_up->GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadSpec.h56 void SetQueueName(llvm::StringRef queue_name) { m_queue_name = queue_name; } in SetQueueName() function
H A DThread.h350 virtual void SetQueueName(const char *name) {} in SetQueueName() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpointLocation.cpp304 void SBBreakpointLocation::SetQueueName(const char *queue_name) { in SetQueueName() function in SBBreakpointLocation
309 loc_sp->SetQueueName(queue_name); in SetQueueName()
H A DSBBreakpointName.cpp434 void SBBreakpointName::SetQueueName(const char *queue_name) { in SetQueueName() function in SBBreakpointName
446 bp_name->GetOptions().GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
H A DSBBreakpoint.cpp383 void SBBreakpoint::SetQueueName(const char *queue_name) { in SetQueueName() function in SBBreakpoint
391 bkpt_sp->GetOptions()->GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h187 void SetQueueName(const char *queue_name);
H A DBreakpoint.h441 void SetQueueName(const char *queue_name);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadSpec.cpp63 thread_spec_up->SetQueueName(queue_name); in CreateFromStructuredData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp144 m_bp_opts.GetThreadSpec()->SetQueueName(option_arg.str().c_str()); in SetOptionValue()
H A DCommandObjectTarget.cpp4794 thread_spec->SetQueueName(m_options.m_queue_name.c_str()); in DoExecute()