Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h86 bool WatchedValueReportable(const ExecutionContext &exe_ctx);
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp217 bool Watchpoint::WatchedValueReportable(const ExecutionContext &exe_ctx) { in WatchedValueReportable() function in Watchpoint
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp990 if (m_should_stop && !wp_sp->WatchedValueReportable(exe_ctx)) in PerformAction()