Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Target/
H A DInstrumentationRuntimeStopInfo.h29 bool DoShouldNotify(Event *event_ptr) override { return true; } in DoShouldNotify() function
H A DStopInfo.h168 virtual bool DoShouldNotify(Event *event_ptr) { return false; } DoShouldNotify() function
/llvm-project/lldb/source/Target/
H A DStopInfo.cpp180 bool DoShouldNotify(Event *event_ptr) override { DoShouldNotify() function in lldb_private::StopInfoBreakpoint
1074 bool DoShouldNotify(Event *event_ptr) override { DoShouldNotify() function in lldb_private::StopInfoUnixSignal