Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg_x86.cpp18 static inline uint64_t GetStatusBit(uint32_t wp_index) { in GetStatusBit() function
105 is_hit = dr6.GetAsUInt64() & GetStatusBit(wp_index); in IsWatchpointHit()
230 GetDR(6), RegisterValue(dr6.GetAsUInt64() & ~GetStatusBit(wp_index))); in ClearWatchpointHit()