Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.h60 void SetQueueName(const char *name) override { m_queue_name = name; } in SetQueueName() function
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointName.h80 void SetQueueName(const char *queue_name);
H A DSBBreakpointLocation.h92 void SetQueueName(const char *queue_name);
H A DSBBreakpoint.h96 void SetQueueName(const char *queue_name);
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadSpec.h51 void SetQueueName(llvm::StringRef queue_name) { in SetQueueName() function
H A DThread.h335 virtual void SetQueueName(const char *name) {} in SetQueueName() function
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp160 void BreakpointLocation::SetQueueName(const char *queue_name) { in SetQueueName() function in BreakpointLocation
162 GetLocationOptions().GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
167 m_options_up->GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
H A DBreakpoint.cpp382 void Breakpoint::SetQueueName(const char *queue_name) { in SetQueueName() function in Breakpoint
387 m_options.GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp376 void SBBreakpointLocation::SetQueueName(const char *queue_name) {
383 loc_sp->SetQueueName(queue_name); in SetQueueName()
377 void SBBreakpointLocation::SetQueueName(const char *queue_name) { SetQueueName() function in SBBreakpointLocation
H A DSBBreakpointName.cpp432 void SBBreakpointName::SetQueueName(const char *queue_name) { in SetQueueName() function in SBBreakpointName
442 bp_name->GetOptions().GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
H A DSBBreakpoint.cpp426 void SBBreakpoint::SetQueueName(const char *queue_name) { in SetQueueName() function in SBBreakpoint
433 bkpt_sp->GetOptions().GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h157 void SetQueueName(const char *queue_name);
H A DBreakpoint.h371 void SetQueueName(const char *queue_name);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadSpec.cpp48 thread_spec_up->SetQueueName(queue_name); in CreateFromStructuredData()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp140 m_bp_opts.GetThreadSpec()->SetQueueName(option_arg.str().c_str()); in SetOptionValue()
H A DCommandObjectTarget.cpp5031 thread_spec->SetQueueName(m_options.m_queue_name.c_str()); in DoExecute()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp8474 (arg1)->SetQueueName((char const *)arg2); in _wrap_SBBreakpoint_SetQueueName()
10438 (arg1)->SetQueueName((char const *)arg2); in _wrap_SBBreakpointLocation_SetQueueName()
11321 (arg1)->SetQueueName((char const *)arg2); in _wrap_SBBreakpointName_SetQueueName()