Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBTarget.h56 static bool EventIsTargetEvent(const lldb::SBEvent &event);
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBTarget.i85 EventIsTargetEvent (const lldb::SBEvent &event);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp117 bool SBTarget::EventIsTargetEvent(const SBEvent &event) { in EventIsTargetEvent() function in SBTarget