LLDB mainline
|
#include "RegisterContextFreeBSD_x86_64.h"
#include "RegisterContextFreeBSD_i386.h"
#include "RegisterContextPOSIX_x86.h"
#include <vector>
#include "RegisterInfos_x86_64.h"
Go to the source code of this file.
Classes | |
struct | _GPR |
struct | DBG |
struct | UserArea |
Macros | |
#define | DR_OFFSET(reg_index) |
#define | DECLARE_REGISTER_INFOS_X86_64_STRUCT |
#define | UPDATE_REGISTER_INFOS_I386_STRUCT_WITH_X86_64_OFFSETS |
Typedefs | |
typedef struct _GPR | GPR |
Functions | |
static std::vector< lldb_private::RegisterInfo > & | GetSharedRegisterInfoVector () |
static const RegisterInfo * | GetRegisterInfo_i386 (const lldb_private::ArchSpec &arch) |
static const RegisterInfo * | PrivateGetRegisterInfoPtr (const lldb_private::ArchSpec &target_arch) |
static uint32_t | PrivateGetRegisterCount (const lldb_private::ArchSpec &target_arch) |
#define DECLARE_REGISTER_INFOS_X86_64_STRUCT |
Definition at line 68 of file RegisterContextFreeBSD_x86_64.cpp.
#define DR_OFFSET | ( | reg_index | ) |
Definition at line 62 of file RegisterContextFreeBSD_x86_64.cpp.
#define UPDATE_REGISTER_INFOS_I386_STRUCT_WITH_X86_64_OFFSETS |
|
static |
Definition at line 78 of file RegisterContextFreeBSD_x86_64.cpp.
References g_register_infos, GetSharedRegisterInfoVector(), and lldb_private::k_num_registers_i386.
Referenced by PrivateGetRegisterInfoPtr().
|
static |
Definition at line 72 of file RegisterContextFreeBSD_x86_64.cpp.
Referenced by GetRegisterInfo_i386(), and PrivateGetRegisterCount().
|
static |
Definition at line 115 of file RegisterContextFreeBSD_x86_64.cpp.
References lldb_private::ArchSpec::GetMachine(), and GetSharedRegisterInfoVector().
|
static |
Definition at line 102 of file RegisterContextFreeBSD_x86_64.cpp.
References lldb_private::ArchSpec::GetMachine(), and GetRegisterInfo_i386().