Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp121 auto wvc_up = std::make_unique<WatchpointVariableContext>(GetID(), exe_ctx); in SetupVariableWatchpointDisabler() local
122 auto baton_sp = std::make_shared<WatchpointVariableBaton>(std::move(wvc_up)); in SetupVariableWatchpointDisabler()