Go to the source code of this file.
Namespaces | |
x64 | |
x64::dr7 | |
Typedefs | |
using | x64::dr7::value_type = uint64_t |
Functions | |
uint64_t | __read_dr7 (void) noexcept |
void | __write_dr7 (uint64_t val) noexcept |
auto | x64::dr7::get () noexcept |
template<class T , class = typename std::enable_if<std::is_integral<T>::value>::type> | |
void | x64::dr7::set (T val) noexcept |
|
noexcept |
Definition at line 30 of file test_debug_x64.cpp.
|
noexcept |
Definition at line 34 of file test_debug_x64.cpp.