Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDBreakpoint.cpp171 std::unique_ptr<BreakpointOptions> options_up; in CreateFromStructuredData() local
176 options_up = BreakpointOptions::CreateFromStructuredData( in CreateFromStructuredData()
193 if (result_sp && options_up) { in CreateFromStructuredData()
194 result_sp->m_options_up = std::move(options_up); in CreateFromStructuredData()