Home
last modified time | relevance | path

Searched refs:thread_spec_up (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadSpec.cpp44 std::unique_ptr<ThreadSpec> thread_spec_up(new ThreadSpec()); in CreateFromStructuredData() local
48 thread_spec_up->SetIndex(index); in CreateFromStructuredData()
53 thread_spec_up->SetTID(tid); in CreateFromStructuredData()
58 thread_spec_up->SetName(name); in CreateFromStructuredData()
63 thread_spec_up->SetQueueName(queue_name); in CreateFromStructuredData()
65 return thread_spec_up; in CreateFromStructuredData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp365 std::unique_ptr<ThreadSpec> thread_spec_up = in CreateFromStructuredData() local
374 bp_options->SetThreadSpec(thread_spec_up); in CreateFromStructuredData()
544 std::unique_ptr<ThreadSpec> &thread_spec_up) { in SetThreadSpec() argument
545 m_thread_spec_ap = std::move(thread_spec_up); in SetThreadSpec()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h432 void SetThreadSpec(std::unique_ptr<ThreadSpec> &thread_spec_up);