Home
last modified time | relevance | path

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

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