LLDB mainline
|
#include "RegisterContextNetBSD_x86_64.h"
#include "RegisterContextNetBSD_i386.h"
#include "RegisterContextPOSIX_x86.h"
#include "llvm/Support/Compiler.h"
#include "llvm/TargetParser/Triple.h"
#include <cassert>
#include <cstddef>
#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 > & | GetPrivateRegisterInfoVector () |
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) |
static uint32_t | PrivateGetUserRegisterCount (const lldb_private::ArchSpec &target_arch) |
#define DECLARE_REGISTER_INFOS_X86_64_STRUCT |
Definition at line 83 of file RegisterContextNetBSD_x86_64.cpp.
#define DR_OFFSET | ( | reg_index | ) |
Definition at line 76 of file RegisterContextNetBSD_x86_64.cpp.
#define UPDATE_REGISTER_INFOS_I386_STRUCT_WITH_X86_64_OFFSETS |
|
static |
Definition at line 87 of file RegisterContextNetBSD_x86_64.cpp.
References g_register_infos.
Referenced by GetRegisterInfo_i386(), and PrivateGetRegisterCount().
|
static |
Definition at line 93 of file RegisterContextNetBSD_x86_64.cpp.
References g_register_infos, GetPrivateRegisterInfoVector(), and lldb_private::k_num_registers_i386.
Referenced by PrivateGetRegisterInfoPtr().
|
static |
Definition at line 130 of file RegisterContextNetBSD_x86_64.cpp.
References lldb_private::ArchSpec::GetMachine(), and GetPrivateRegisterInfoVector().
|
static |
Definition at line 117 of file RegisterContextNetBSD_x86_64.cpp.
References lldb_private::ArchSpec::GetMachine(), and GetRegisterInfo_i386().
|
static |
Definition at line 147 of file RegisterContextNetBSD_x86_64.cpp.
References lldb_private::ArchSpec::GetMachine(), lldb_private::k_num_user_registers_i386, and lldb_private::k_num_user_registers_x86_64.