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

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpointLocation.i124 SetQueueName (const char *queue_name);
H A DSBBreakpointName.i81 void SetQueueName(const char *queue_name);
H A DSBBreakpoint.i172 SetQueueName (const char *queue_name);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.h59 void SetQueueName(const char *name) override { m_queue_name = name; }
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointLocation.h79 void SetQueueName(const char *queue_name);
H A DSBBreakpointName.h80 void SetQueueName(const char *queue_name);
H A DSBBreakpoint.h89 void SetQueueName(const char *queue_name);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadSpec.h51 void SetQueueName(llvm::StringRef queue_name) { m_queue_name = queue_name; } function in class:lldb_private::ThreadSpec
H A DThread.h327 virtual void SetQueueName(const char *name) {} function in class:lldb_private::Thread
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h152 void SetQueueName(const char *queue_name);
H A DBreakpoint.h361 void SetQueueName(const char *queue_name);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp380 void SBBreakpointLocation::SetQueueName(const char *queue_name) { function in class:SBBreakpointLocation
381 LLDB_RECORD_METHOD(void, SBBreakpointLocation, SetQueueName, (const char *),
388 loc_sp->SetQueueName(queue_name);
521 LLDB_REGISTER_METHOD(void, SBBreakpointLocation, SetQueueName,
H A DSBBreakpointName.cpp443 void SBBreakpointName::SetQueueName(const char *queue_name) { function in class:SBBreakpointName
444 LLDB_RECORD_METHOD(void, SBBreakpointName, SetQueueName, (const char *),
454 bp_name->GetOptions().GetThreadSpec()->SetQueueName(queue_name);
736 LLDB_REGISTER_METHOD(void, SBBreakpointName, SetQueueName, (const char *));
H A DSBBreakpoint.cpp428 void SBBreakpoint::SetQueueName(const char *queue_name) { function in class:SBBreakpoint
429 LLDB_RECORD_METHOD(void, SBBreakpoint, SetQueueName, (const char *),
436 bkpt_sp->GetOptions()->GetThreadSpec()->SetQueueName(queue_name);
996 LLDB_REGISTER_METHOD(void, SBBreakpoint, SetQueueName, (const char *));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadSpec.cpp50 thread_spec_up->SetQueueName(queue_name);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp170 void BreakpointLocation::SetQueueName(const char *queue_name) { function in class:BreakpointLocation
172 GetLocationOptions()->GetThreadSpec()->SetQueueName(queue_name);
177 m_options_up->GetThreadSpec()->SetQueueName(queue_name);
H A DBreakpoint.cpp396 void Breakpoint::SetQueueName(const char *queue_name) { function in class:Breakpoint
401 m_options_up->GetThreadSpec()->SetQueueName(queue_name);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp122 m_bp_opts.GetThreadSpec()->SetQueueName(option_arg.str().c_str());
H A DCommandObjectTarget.cpp4675 thread_spec->SetQueueName(m_options.m_queue_name.c_str());

Completed in 327 milliseconds