Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h113 class WatchpointVariableBaton : public TypedBaton<WatchpointVariableContext> {
115 WatchpointVariableBaton(std::unique_ptr<WatchpointVariableContext> Data) in WatchpointVariableBaton() function
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp126 auto baton_sp = std::make_shared<WatchpointVariableBaton>(std::move(wvc_up)); in SetupVariableWatchpointDisabler()