Searched refs:EventIsProcessEvent (Results 1 – 7 of 7) sorted by relevance
35 if lldb.SBProcess.EventIsProcessEvent(event):
58 if lldb.SBProcess.EventIsProcessEvent(event) and \
215 static bool EventIsProcessEvent(const lldb::SBEvent &event);
318 if lldb.SBProcess.EventIsProcessEvent(event):
336 EventIsProcessEvent (const lldb::SBEvent &event);
769 bool SBProcess::EventIsProcessEvent(const SBEvent &event) { in EventIsProcessEvent() function in SBProcess
425 if (lldb::SBProcess::EventIsProcessEvent(event)) { in EventThreadFunction()