| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBBreakpointLocation.cpp | 380 void SBBreakpointLocation::SetQueueName(const char *queue_name) { in SetQueueName() function in SBBreakpointLocation 381 LLDB_RECORD_METHOD(void, SBBreakpointLocation, SetQueueName, (const char *), in SetQueueName() 388 loc_sp->SetQueueName(queue_name); in SetQueueName() 521 LLDB_REGISTER_METHOD(void, SBBreakpointLocation, SetQueueName, in RegisterMethods()
|
| H A D | SBBreakpointName.cpp | 444 void SBBreakpointName::SetQueueName(const char *queue_name) { in SetQueueName() function in SBBreakpointName 445 LLDB_RECORD_METHOD(void, SBBreakpointName, SetQueueName, (const char *), in SetQueueName() 455 bp_name->GetOptions().GetThreadSpec()->SetQueueName(queue_name); in SetQueueName() 736 LLDB_REGISTER_METHOD(void, SBBreakpointName, SetQueueName, (const char *)); in RegisterMethods()
|
| H A D | SBBreakpoint.cpp | 438 void SBBreakpoint::SetQueueName(const char *queue_name) { in SetQueueName() function in SBBreakpoint 439 LLDB_RECORD_METHOD(void, SBBreakpoint, SetQueueName, (const char *), in SetQueueName() 446 bkpt_sp->GetOptions().GetThreadSpec()->SetQueueName(queue_name); in SetQueueName() 1031 LLDB_REGISTER_METHOD(void, SBBreakpoint, SetQueueName, (const char *)); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBBreakpointLocation.i | 124 SetQueueName (const char *queue_name);
|
| H A D | SBBreakpointName.i | 81 void SetQueueName(const char *queue_name);
|
| H A D | SBBreakpoint.i | 175 SetQueueName (const char *queue_name);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBBreakpointLocation.h | 79 void SetQueueName(const char *queue_name);
|
| H A D | SBBreakpointName.h | 80 void SetQueueName(const char *queue_name);
|
| H A D | SBBreakpoint.h | 91 void SetQueueName(const char *queue_name);
|
| /freebsd-13.1/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-13.1/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-13.1/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointLocation.cpp | 168 void BreakpointLocation::SetQueueName(const char *queue_name) { in SetQueueName() function in BreakpointLocation 170 GetLocationOptions().GetThreadSpec()->SetQueueName(queue_name); in SetQueueName() 175 m_options_up->GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
|
| H A D | Breakpoint.cpp | 386 void Breakpoint::SetQueueName(const char *queue_name) { in SetQueueName() function in Breakpoint 391 m_options.GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointLocation.h | 154 void SetQueueName(const char *queue_name);
|
| H A D | Breakpoint.h | 364 void SetQueueName(const char *queue_name);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadSpec.cpp | 48 thread_spec_up->SetQueueName(queue_name); in CreateFromStructuredData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectBreakpoint.cpp | 123 m_bp_opts.GetThreadSpec()->SetQueueName(option_arg.str().c_str()); in SetOptionValue()
|
| H A D | CommandObjectTarget.cpp | 4676 thread_spec->SetQueueName(m_options.m_queue_name.c_str()); in DoExecute()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 7365 (arg1)->SetQueueName((char const *)arg2); in _wrap_SBBreakpoint_SetQueueName() 9329 (arg1)->SetQueueName((char const *)arg2); in _wrap_SBBreakpointLocation_SetQueueName() 10212 (arg1)->SetQueueName((char const *)arg2); in _wrap_SBBreakpointName_SetQueueName()
|