Home
last modified time | relevance | path

Searched refs:GetThreadSpec (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp341 if (m_options.GetThreadSpec()->GetTID() == thread_id) in SetThreadID()
344 m_options.GetThreadSpec()->SetTID(thread_id); in SetThreadID()
356 if (m_options.GetThreadSpec()->GetIndex() == index) in SetThreadIndex()
359 m_options.GetThreadSpec()->SetIndex(index); in SetThreadIndex()
371 if (m_options.GetThreadSpec()->GetName() != nullptr && in SetThreadName()
372 ::strcmp(m_options.GetThreadSpec()->GetName(), thread_name) == 0) in SetThreadName()
375 m_options.GetThreadSpec()->SetName(thread_name); in SetThreadName()
387 if (m_options.GetThreadSpec()->GetQueueName() != nullptr && in SetQueueName()
388 ::strcmp(m_options.GetThreadSpec()->GetQueueName(), queue_name) == 0) in SetQueueName()
391 m_options.GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
H A DBreakpointLocation.cpp126 GetLocationOptions().GetThreadSpec()->SetIndex(index); in SetThreadIndex()
131 m_options_up->GetThreadSpec()->SetIndex(index); in SetThreadIndex()
148 GetLocationOptions().GetThreadSpec()->SetName(thread_name); in SetThreadName()
153 m_options_up->GetThreadSpec()->SetName(thread_name); in SetThreadName()
170 GetLocationOptions().GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
175 m_options_up->GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
H A DWatchpointOptions.cpp109 ThreadSpec *WatchpointOptions::GetThreadSpec() { in GetThreadSpec() function in WatchpointOptions
117 GetThreadSpec()->SetTID(thread_id); in SetThreadID()
H A DBreakpointOptions.cpp508 ThreadSpec *BreakpointOptions::GetThreadSpec() { in GetThreadSpec() function in BreakpointOptions
518 GetThreadSpec()->SetTID(thread_id); in SetThreadID()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointName.cpp385 return bp_name->GetOptions().GetThreadSpec()->GetTID(); in GetThreadID()
398 bp_name->GetOptions().GetThreadSpec()->SetIndex(index); in SetThreadIndex()
412 return bp_name->GetOptions().GetThreadSpec()->GetIndex(); in GetThreadIndex()
426 bp_name->GetOptions().GetThreadSpec()->SetName(thread_name); in SetThreadName()
441 return bp_name->GetOptions().GetThreadSpec()->GetName(); in GetThreadName()
455 bp_name->GetOptions().GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
470 return bp_name->GetOptions().GetThreadSpec()->GetQueueName(); in GetQueueName()
H A DSBBreakpoint.cpp387 bkpt_sp->GetOptions().GetThreadSpec()->SetIndex(index); in SetThreadIndex()
417 bkpt_sp->GetOptions().GetThreadSpec()->SetName(thread_name); in SetThreadName()
446 bkpt_sp->GetOptions().GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h149 ThreadSpec *GetThreadSpec();
H A DBreakpointOptions.h321 ThreadSpec *GetThreadSpec();
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp120 m_bp_opts.GetThreadSpec()->SetName(option_arg.str().c_str()); in SetOptionValue()
123 m_bp_opts.GetThreadSpec()->SetQueueName(option_arg.str().c_str()); in SetOptionValue()
132 m_bp_opts.GetThreadSpec()->SetIndex(thread_index); in SetOptionValue()