Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h119 bool SetupVariableWatchpointDisabler(lldb::StackFrameSP frame_sp) const;
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp92 bool Watchpoint::SetupVariableWatchpointDisabler(StackFrameSP frame_sp) const { in SetupVariableWatchpointDisabler() function in Watchpoint
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp928 watch_sp->SetupVariableWatchpointDisabler(m_exe_ctx.GetFrameSP()); in DoExecute()