Searched refs:current_dr7_bits (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DRegisterContextPOSIXProcessMonitor_x86.cpp434 RegisterValue current_dr7_bits; local
436 if (ReadRegister(m_reg_info.first_dr + 7, current_dr7_bits))
438 uint64_t new_dr7_bits = current_dr7_bits.GetAsUInt64() & ~(3 << (2*hw_index));
624 RegisterValue current_dr7_bits;
626 if (ReadRegister(m_reg_info.first_dr + 7, current_dr7_bits))
628 uint64_t new_dr7_bits = current_dr7_bits.GetAsUInt64() |

Completed in 92 milliseconds