Home
last modified time | relevance | path

Searched refs:SetIndex (Results 1 – 8 of 8) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadSpec.h45 void SetIndex(uint32_t index) { m_index = index; } in SetIndex() function
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DThreadSpec.cpp33 thread_spec_up->SetIndex(index); in CreateFromStructuredData()
/freebsd-src/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp118 GetLocationOptions().GetThreadSpec()->SetIndex(index); in GetThreadID()
123 m_options_up->GetThreadSpec()->SetIndex(index);
H A DBreakpoint.cpp355 m_options.GetThreadSpec()->SetIndex(index); in SetThreadIndex()
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointName.cpp387 bp_name->GetOptions().GetThreadSpec()->SetIndex(index); in SetThreadIndex()
H A DSBBreakpoint.cpp377 bkpt_sp->GetOptions().GetThreadSpec()->SetIndex(index); in SetThreadIndex()
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp148 m_bp_opts.GetThreadSpec()->SetIndex(thread_index); in SetOptionValue()
H A DCommandObjectTarget.cpp5025 thread_spec->SetIndex(m_options.m_thread_index); in IOHandlerActivated()