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

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DRegisterContextFreeBSD_i386.cpp49 #define DR_SIZE sizeof(uint32_t) macro
H A DRegisterContextLinux_i386.cpp57 #define DR_SIZE sizeof(UserArea::u_debugreg[0]) macro
H A DRegisterContextFreeBSD_x86_64.cpp58 #define DR_SIZE sizeof(uint64_t) macro
H A DRegisterContextLinux_x86_64.cpp72 #define DR_SIZE sizeof(UserArea::u_debugreg[0]) macro
H A DRegisterInfos_i386.h75 { #reg#i, NULL, DR_SIZE, DR_OFFSET(i), eEncodingUint, eFormatHex, \
H A DRegisterInfos_x86_64.h74 { #reg#i, NULL, DR_SIZE, DR_OFFSET(i), eEncodingUint, eFormatHex, \

Completed in 99 milliseconds