Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DStopInfo.h62 return DoShouldNotify(event_ptr); in ShouldNotify()
162 virtual bool DoShouldNotify(Event *event_ptr) { return false; } in DoShouldNotify() function
H A DInstrumentationRuntimeStopInfo.h29 bool DoShouldNotify(Event *event_ptr) override { return true; } in DoShouldNotify() function
/llvm-project-15.0.7/lldb/source/Target/
H A DStopInfo.cpp176 bool DoShouldNotify(Event *event_ptr) override { in DoShouldNotify() function in lldb_private::StopInfoBreakpoint
982 bool DoShouldNotify(Event *event_ptr) override { in DoShouldNotify() function in lldb_private::StopInfoUnixSignal