Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadSpec.cpp29 std::unique_ptr<ThreadSpec> thread_spec_up(new ThreadSpec()); in CreateFromStructuredData() local
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp339 std::unique_ptr<ThreadSpec> thread_spec_up = in CreateFromStructuredData() local
513 std::unique_ptr<ThreadSpec> &thread_spec_up) { in SetThreadSpec()