Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2010
Visual Studio
Visual C++
C/C++ Languages
Compiler Intrinsics
 __readdr
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2010/.NET Framework 4

Other versions are also available for the following:
Visual Studio 2010 - Visual C++
__readdr

Reads the value of the specified debug register.

unsigned         __readdr(unsigned int DebugRegister);
unsigned __int64 __readdr(unsigned int DebugRegister);
[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>

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker