Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDBreakpoint.cpp351 if (m_options_up->GetThreadSpec()->GetTID() == thread_id) in SetThreadID()
354 m_options_up->GetThreadSpec()->SetTID(thread_id); in SetThreadID()
366 if (m_options_up->GetThreadSpec()->GetIndex() == index) in SetThreadIndex()
369 m_options_up->GetThreadSpec()->SetIndex(index); in SetThreadIndex()
381 if (m_options_up->GetThreadSpec()->GetName() != nullptr && in SetThreadName()
382 ::strcmp(m_options_up->GetThreadSpec()->GetName(), thread_name) == 0) in SetThreadName()
385 m_options_up->GetThreadSpec()->SetName(thread_name); in SetThreadName()
397 if (m_options_up->GetThreadSpec()->GetQueueName() != nullptr && in SetQueueName()
398 ::strcmp(m_options_up->GetThreadSpec()->GetQueueName(), queue_name) == 0) in SetQueueName()
401 m_options_up->GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
HDBreakpointLocation.cpp128 GetLocationOptions()->GetThreadSpec()->SetIndex(index); in SetThreadIndex()
133 m_options_up->GetThreadSpec()->SetIndex(index); in SetThreadIndex()
150 GetLocationOptions()->GetThreadSpec()->SetName(thread_name); in SetThreadName()
155 m_options_up->GetThreadSpec()->SetName(thread_name); in SetThreadName()
172 GetLocationOptions()->GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
177 m_options_up->GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
HDWatchpointOptions.cpp109 ThreadSpec *WatchpointOptions::GetThreadSpec() { in GetThreadSpec() function in WatchpointOptions
117 GetThreadSpec()->SetTID(thread_id); in SetThreadID()
HDBreakpointOptions.cpp509 ThreadSpec *BreakpointOptions::GetThreadSpec() { in GetThreadSpec() function in BreakpointOptions
519 GetThreadSpec()->SetTID(thread_id); in SetThreadID()
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBBreakpointName.cpp384 return bp_name->GetOptions().GetThreadSpec()->GetTID(); in GetThreadID()
397 bp_name->GetOptions().GetThreadSpec()->SetIndex(index); in SetThreadIndex()
411 return bp_name->GetOptions().GetThreadSpec()->GetIndex(); in GetThreadIndex()
425 bp_name->GetOptions().GetThreadSpec()->SetName(thread_name); in SetThreadName()
440 return bp_name->GetOptions().GetThreadSpec()->GetName(); in GetThreadName()
454 bp_name->GetOptions().GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
469 return bp_name->GetOptions().GetThreadSpec()->GetQueueName(); in GetQueueName()
HDSBBreakpoint.cpp377 bkpt_sp->GetOptions()->GetThreadSpec()->SetIndex(index); in SetThreadIndex()
407 bkpt_sp->GetOptions()->GetThreadSpec()->SetName(thread_name); in SetThreadName()
436 bkpt_sp->GetOptions()->GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
HDWatchpointOptions.h149 ThreadSpec *GetThreadSpec();
HDBreakpointOptions.h322 ThreadSpec *GetThreadSpec();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectBreakpoint.cpp119 m_bp_opts.GetThreadSpec()->SetName(option_arg.str().c_str()); in SetOptionValue()
122 m_bp_opts.GetThreadSpec()->SetQueueName(option_arg.str().c_str()); in SetOptionValue()
131 m_bp_opts.GetThreadSpec()->SetIndex(thread_index); in SetOptionValue()