LLDB mainline
RegisterContextNetBSD_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_OFFSET(reg_index)
#define DECLARE_REGISTER_INFOS_I386_STRUCT

Macro Definition Documentation

◆ DECLARE_REGISTER_INFOS_I386_STRUCT

#define DECLARE_REGISTER_INFOS_I386_STRUCT

Definition at line 72 of file RegisterContextNetBSD_i386.cpp.

◆ DR_OFFSET

#define DR_OFFSET ( reg_index)
Value:
(LLVM_EXTENSION offsetof(UserArea, u_debugreg[reg_index]))

Definition at line 68 of file RegisterContextNetBSD_i386.cpp.

◆ DR_SIZE

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

Definition at line 67 of file RegisterContextNetBSD_i386.cpp.