Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h261 bool StopIDEqual(const ProcessModID &compare) const { in StopIDEqual() function
325 if (lhs.StopIDEqual(rhs) && lhs.MemoryIDEqual(rhs))
332 return (!lhs.StopIDEqual(rhs) || !lhs.MemoryIDEqual(rhs));