Searched refs:EventIsProcessEvent (Results 1 – 3 of 3) sorted by relevance
228 static bool EventIsProcessEvent(const lldb::SBEvent &event);
912 bool SBProcess::EventIsProcessEvent(const SBEvent &event) { in EventIsProcessEvent() function in SBProcess
132 if (lldb::SBProcess::EventIsProcessEvent(vEvent)) { in HandleEvent()