Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h269 bool StopIDEqual(const ProcessModID &compare) const { in StopIDEqual() function
326 if (lhs.StopIDEqual(rhs) && lhs.MemoryIDEqual(rhs))
333 return (!lhs.StopIDEqual(rhs) || !lhs.MemoryIDEqual(rhs));