Home
last modified time | relevance | path

Searched refs:EventIsTargetEvent (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/target-new-solib-notifications/
H A DTestModuleLoadedNotifys.py75 if lldb.SBTarget.EventIsTargetEvent(event):
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBTarget.h56 static bool EventIsTargetEvent(const lldb::SBEvent &event);
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBTarget.i85 EventIsTargetEvent (const lldb::SBEvent &event);
/llvm-project-15.0.7/lldb/source/API/
H A DSBTarget.cpp117 bool SBTarget::EventIsTargetEvent(const SBEvent &event) { in EventIsTargetEvent() function in SBTarget