LLDB
mainline
|
#include "RegisterContextFreeBSD_mips64.h"
#include "RegisterContextPOSIX_mips64.h"
#include "lldb-mips-freebsd-register-enums.h"
#include <vector>
#include "RegisterInfos_mips64.h"
Go to the source code of this file.
Classes | |
struct | _GPR |
Macros | |
#define | DECLARE_REGISTER_INFOS_MIPS64_STRUCT |
Typedefs | |
typedef struct _GPR | GPR_freebsd_mips |
Variables | |
static const uint32_t | g_gpr_regnums [] |
constexpr size_t | k_num_register_sets = 1 |
static const RegisterSet | g_reg_sets_mips64 [k_num_register_sets] |
#define DECLARE_REGISTER_INFOS_MIPS64_STRUCT |
Definition at line 84 of file RegisterContextFreeBSD_mips64.cpp.
typedef struct _GPR GPR_freebsd_mips |
|
static |
Definition at line 17 of file RegisterContextFreeBSD_mips64.cpp.
|
static |
Definition at line 32 of file RegisterContextFreeBSD_mips64.cpp.
Referenced by RegisterContextFreeBSD_mips64::GetRegisterSet().
constexpr size_t k_num_register_sets = 1 |
Definition at line 30 of file RegisterContextFreeBSD_mips64.cpp.
Referenced by RegisterContextFreeBSD_mips64::GetRegisterSet(), and RegisterContextFreeBSD_mips64::GetRegisterSetCount().