Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DThreadSpec.cpp31 std::unique_ptr<ThreadSpec> thread_spec_up(new ThreadSpec()); in CreateFromStructuredData() local
35 thread_spec_up->SetIndex(index); in CreateFromStructuredData()
40 thread_spec_up->SetTID(tid); in CreateFromStructuredData()
45 thread_spec_up->SetName(name); in CreateFromStructuredData()
50 thread_spec_up->SetQueueName(queue_name); in CreateFromStructuredData()
52 return thread_spec_up; in CreateFromStructuredData()
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointOptions.cpp349 std::unique_ptr<ThreadSpec> thread_spec_up = in CreateFromStructuredData() local
358 bp_options->SetThreadSpec(thread_spec_up); in CreateFromStructuredData()
525 std::unique_ptr<ThreadSpec> &thread_spec_up) { in SetThreadSpec() argument
526 m_thread_spec_up = std::move(thread_spec_up); in SetThreadSpec()
/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointOptions.h376 void SetThreadSpec(std::unique_ptr<ThreadSpec> &thread_spec_up);