/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | HistoryThread.h | 60 void SetQueueName(const char *name) override { m_queue_name = name; } in SetQueueName() function
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBBreakpointName.h | 80 void SetQueueName(const char *queue_name);
|
H A D | SBBreakpointLocation.h | 92 void SetQueueName(const char *queue_name);
|
H A D | SBBreakpoint.h | 96 void SetQueueName(const char *queue_name);
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | ThreadSpec.h | 51 void SetQueueName(llvm::StringRef queue_name) { in SetQueueName() function
|
H A D | Thread.h | 335 virtual void SetQueueName(const char *name) {} in SetQueueName() function
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointLocation.cpp | 160 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 D | Breakpoint.cpp | 382 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 D | SBBreakpointLocation.cpp | 376 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 D | SBBreakpointName.cpp | 432 void SBBreakpointName::SetQueueName(const char *queue_name) { in SetQueueName() function in SBBreakpointName 442 bp_name->GetOptions().GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
|
H A D | SBBreakpoint.cpp | 426 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 D | BreakpointLocation.h | 157 void SetQueueName(const char *queue_name);
|
H A D | Breakpoint.h | 371 void SetQueueName(const char *queue_name);
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | ThreadSpec.cpp | 48 thread_spec_up->SetQueueName(queue_name); in CreateFromStructuredData()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectBreakpoint.cpp | 140 m_bp_opts.GetThreadSpec()->SetQueueName(option_arg.str().c_str()); in SetOptionValue()
|
H A D | CommandObjectTarget.cpp | 5031 thread_spec->SetQueueName(m_options.m_queue_name.c_str()); in DoExecute()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 8474 (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()
|