LLDB mainline
RegisterContextLinux_i386.cpp File Reference

Go to the source code of this file.

Classes

struct  GPR
struct  FPR_i386
struct  UserArea

Macros

#define DR_SIZE   sizeof(((UserArea *)NULL)->u_debugreg[0])
#define DR_0_OFFSET   0xFC
#define DR_OFFSET(reg_index)
#define FPR_SIZE(reg)
#define DECLARE_REGISTER_INFOS_I386_STRUCT

Macro Definition Documentation

◆ DECLARE_REGISTER_INFOS_I386_STRUCT

#define DECLARE_REGISTER_INFOS_I386_STRUCT

Definition at line 85 of file RegisterContextLinux_i386.cpp.

◆ DR_0_OFFSET

#define DR_0_OFFSET   0xFC

Definition at line 80 of file RegisterContextLinux_i386.cpp.

◆ DR_OFFSET

#define DR_OFFSET ( reg_index)
Value:
(DR_0_OFFSET + (reg_index * 4))
#define DR_0_OFFSET

Definition at line 81 of file RegisterContextLinux_i386.cpp.

◆ DR_SIZE

#define DR_SIZE   sizeof(((UserArea *)NULL)->u_debugreg[0])

Definition at line 79 of file RegisterContextLinux_i386.cpp.

◆ FPR_SIZE

#define FPR_SIZE ( reg)
Value:
sizeof(((FPR_i386 *)NULL)->reg)

Definition at line 82 of file RegisterContextLinux_i386.cpp.