Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg_x86.cpp71 static inline uint64_t GetWatchControlBitmask(uint32_t wp_index) { in GetWatchControlBitmask() function
176 uint64_t control_bits = dr7.GetAsUInt64() & ~GetWatchControlBitmask(wp_index); in SetHardwareWatchpointWithIndex()
187 (dr7.GetAsUInt64() & GetWatchControlBitmask(wp_index)) != in SetHardwareWatchpointWithIndex()