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

/freebsd-13-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-13-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-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.h60 void SetQueueName(const char *name) override { m_queue_name = name; }
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadSpec.h51 void SetQueueName(llvm::StringRef queue_name) { function in class:lldb_private::ThreadSpec
H A DThread.h334 virtual void SetQueueName(const char *name) {} function in class:lldb_private::Thread
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h152 void SetQueueName(const char *queue_name);
H A DBreakpoint.h363 void SetQueueName(const char *queue_name);
/freebsd-13-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.cpp444 void SBBreakpointName::SetQueueName(const char *queue_name) { function in class:SBBreakpointName
445 LLDB_RECORD_METHOD(void, SBBreakpointName, SetQueueName, (const char *),
455 bp_name->GetOptions().GetThreadSpec()->SetQueueName(queue_name);
737 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);
1005 LLDB_REGISTER_METHOD(void, SBBreakpoint, SetQueueName, (const char *));
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadSpec.cpp50 thread_spec_up->SetQueueName(queue_name);
/freebsd-13-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.cpp407 void Breakpoint::SetQueueName(const char *queue_name) { function in class:Breakpoint
412 m_options_up->GetThreadSpec()->SetQueueName(queue_name);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp122 m_bp_opts.GetThreadSpec()->SetQueueName(option_arg.str().c_str());
H A DCommandObjectTarget.cpp4674 thread_spec->SetQueueName(m_options.m_queue_name.c_str());
/freebsd-13-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp7326 SWIG_check_num_args("lldb::SBBreakpoint::SetQueueName",2,2)
7327 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBBreakpoint::SetQueueName",1,"lldb::SBBreakpoint *");
7328 if(!SWIG_lua_isnilstring(L,2)) SWIG_fail_arg("lldb::SBBreakpoint::SetQueueName",2,"char const *");
7335 (arg1)->SetQueueName((char const *)arg2);
8165 { "SetQueueName", _wrap_SBBreakpoint_SetQueueName},
9265 SWIG_check_num_args("lldb::SBBreakpointLocation::SetQueueName",2,2)
9266 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBBreakpointLocation::SetQueueName",1,"lldb::SBBreakpointLocation *");
9267 if(!SWIG_lua_isnilstring(L,2)) SWIG_fail_arg("lldb::SBBreakpointLocation::SetQueueName",2,"char const *");
9274 (arg1)->SetQueueName((char const *)arg2);
9458 { "SetQueueName", _wrap_SBBreakpointLocation_SetQueueNam
[all...]

Completed in 341 milliseconds