Searched refs:SetTID (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadSpec.h47 void SetTID(lldb::tid_t tid) { m_tid = tid; } function in class:lldb_private::ThreadSpec
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadSpec.cpp40 thread_spec_up->SetTID(tid);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointOptions.cpp117 GetThreadSpec()->SetTID(thread_id);
H A DBreakpointOptions.cpp519 GetThreadSpec()->SetTID(thread_id);
H A DBreakpoint.cpp354 m_options_up->GetThreadSpec()->SetTID(thread_id);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp4665 thread_spec->SetTID(m_options.m_thread_id);

Completed in 131 milliseconds