__readdr
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at __readdr.
Reads the value of the specified debug register.
unsigned __readdr(unsigned int DebugRegister); unsigned __int64 __readdr(unsigned int DebugRegister);
Parameters
[in] DebugRegister
A constant from 0 through 7 that identifies the debug register.
The value of the specified debug register.
These intrinsics are available only in kernel mode, and the routines are available only as intrinsics.
| Intrinsic | Architecture |
|---|---|
__readdr | x86, x64 |
Header file <intrin.h>
Show: