Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDStopInfo.h62 return DoShouldNotify(event_ptr); in ShouldNotify()
168 virtual bool DoShouldNotify(Event *event_ptr) { return false; } in DoShouldNotify() function
HDInstrumentationRuntimeStopInfo.h29 bool DoShouldNotify(Event *event_ptr) override { return true; } in DoShouldNotify() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDStopInfo.cpp180 bool DoShouldNotify(Event *event_ptr) override { in DoShouldNotify() function in lldb_private::StopInfoBreakpoint
1074 bool DoShouldNotify(Event *event_ptr) override { in DoShouldNotify() function in lldb_private::StopInfoUnixSignal