LLDB mainline
Classes | Macros | Typedefs
RegisterContextFreeBSD_i386.cpp File Reference
#include "RegisterContextFreeBSD_i386.h"
#include "RegisterContextPOSIX_x86.h"
#include "RegisterInfos_i386.h"

Go to the source code of this file.

Classes

struct  GPR
 
struct  DBG
 
struct  UserArea
 

Macros

#define DR_SIZE   sizeof(uint32_t)
 
#define DR_OFFSET(reg_index)
 
#define DECLARE_REGISTER_INFOS_I386_STRUCT
 

Typedefs

using FPR_i386 = FXSAVE
 

Macro Definition Documentation

◆ DECLARE_REGISTER_INFOS_I386_STRUCT

#define DECLARE_REGISTER_INFOS_I386_STRUCT

Definition at line 60 of file RegisterContextFreeBSD_i386.cpp.

◆ DR_OFFSET

#define DR_OFFSET (   reg_index)
Value:
(LLVM_EXTENSION offsetof(UserArea, dbg) + \
LLVM_EXTENSION offsetof(DBG, dr[reg_index]))

Definition at line 55 of file RegisterContextFreeBSD_i386.cpp.

◆ DR_SIZE

#define DR_SIZE   sizeof(uint32_t)

Definition at line 54 of file RegisterContextFreeBSD_i386.cpp.

Typedef Documentation

◆ FPR_i386

using FPR_i386 = FXSAVE

Definition at line 46 of file RegisterContextFreeBSD_i386.cpp.