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);
320 if lldb.SBProcess.EventIsProcessEvent(event):
338 EventIsProcessEvent (const lldb::SBEvent &event);
829 bool SBProcess::EventIsProcessEvent(const SBEvent &event) { in EventIsProcessEvent() function in SBProcess830 LLDB_RECORD_STATIC_METHOD(bool, SBProcess, EventIsProcessEvent, in EventIsProcessEvent()1400 LLDB_REGISTER_STATIC_METHOD(bool, SBProcess, EventIsProcessEvent, in RegisterMethods()
363 if (lldb::SBProcess::EventIsProcessEvent(event)) { in EventThreadFunction()