Searched refs:EventIsTargetEvent (Results 1 – 5 of 5) sorted by relevance
76 if lldb.SBTarget.EventIsTargetEvent(event):
56 static bool EventIsTargetEvent(const lldb::SBEvent &event);
85 EventIsTargetEvent (const lldb::SBEvent &event);
124 bool SBTarget::EventIsTargetEvent(const SBEvent &event) { in EventIsTargetEvent() function in SBTarget125 LLDB_RECORD_STATIC_METHOD(bool, SBTarget, EventIsTargetEvent, in EventIsTargetEvent()2421 LLDB_REGISTER_STATIC_METHOD(bool, SBTarget, EventIsTargetEvent, in RegisterMethods()
443 } else if (lldb::SBTarget::EventIsTargetEvent(event)) { in EventThreadFunction()