Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DProcess.h296 bool StopIDEqual(const ProcessModID &compare) const { in StopIDEqual() function
353 if (lhs.StopIDEqual(rhs) && lhs.MemoryIDEqual(rhs))
360 return (!lhs.StopIDEqual(rhs) || !lhs.MemoryIDEqual(rhs));