Home
last modified time | relevance | path

Searched defs:thread_spec_up (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadSpec.cpp29 std::unique_ptr<ThreadSpec> thread_spec_up(new ThreadSpec()); in CreateFromStructuredData() local
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp330 std::unique_ptr<ThreadSpec> thread_spec_up = in CreateFromStructuredData() local
504 std::unique_ptr<ThreadSpec> &thread_spec_up) { in SetThreadSpec()