Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DProcess.h272 bool StopIDEqual(const ProcessModID &compare) const { in StopIDEqual() function
329 if (lhs.StopIDEqual(rhs) && lhs.MemoryIDEqual(rhs))
336 return (!lhs.StopIDEqual(rhs) || !lhs.MemoryIDEqual(rhs));