Searched defs:DoShouldNotify (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/ | ||
H A D | InstrumentationRuntimeStopInfo.h | 29 bool DoShouldNotify(Event *event_ptr) override { return true; } in DoShouldNotify() function |
H A D | StopInfo.h | 163 virtual bool DoShouldNotify(Event *event_ptr) { return false; } DoShouldNotify() function |
/freebsd-src/contrib/llvm-project/lldb/source/Target/ | ||
H A D | StopInfo.cpp | 180 bool DoShouldNotify(Event *event_ptr) override { in DoShouldNotify() function in lldb_private::StopInfoBreakpoint |