LLDB mainline
|
#include "ABIMacOSX_arm.h"
#include <optional>
#include <vector>
#include "llvm/ADT/STLExtras.h"
#include "llvm/TargetParser/Triple.h"
#include "lldb/Core/Module.h"
#include "lldb/Core/PluginManager.h"
#include "lldb/Core/Value.h"
#include "lldb/Core/ValueObjectConstResult.h"
#include "lldb/Symbol/UnwindPlan.h"
#include "lldb/Target/Process.h"
#include "lldb/Target/RegisterContext.h"
#include "lldb/Target/Target.h"
#include "lldb/Target/Thread.h"
#include "lldb/Utility/ConstString.h"
#include "lldb/Utility/RegisterValue.h"
#include "lldb/Utility/Scalar.h"
#include "lldb/Utility/Status.h"
#include "Plugins/Process/Utility/ARMDefines.h"
#include "Utility/ARM_DWARF_Registers.h"
#include "Utility/ARM_ehframe_Registers.h"
Go to the source code of this file.
Variables | |
static const RegisterInfo | g_register_infos [] |
static const uint32_t | k_num_register_infos = std::size(g_register_infos) |
|
static |
Definition at line 38 of file ABIMacOSX_arm.cpp.
Referenced by GetPrivateRegisterInfoVector(), GetRegisterInfo_i386(), ABIMacOSX_arm::GetRegisterInfoArray(), ABISysV_arm::GetRegisterInfoArray(), ABISysV_hexagon::GetRegisterInfoArray(), ABISysV_mips::GetRegisterInfoArray(), ABISysV_msp430::GetRegisterInfoArray(), ABISysV_ppc::GetRegisterInfoArray(), ABISysV_s390x::GetRegisterInfoArray(), RegisterContextDarwin_arm::GetRegisterInfoAtIndex(), RegisterContextDarwin_i386::GetRegisterInfoAtIndex(), RegisterContextDarwin_x86_64::GetRegisterInfoAtIndex(), RegisterContextDarwin_arm::GetRegisterInfos(), RegisterContextDarwin_i386::GetRegisterInfos(), RegisterContextDarwin_x86_64::GetRegisterInfos(), and RegisterContextDarwin_i386::LogGPR().
|
static |
Definition at line 1294 of file ABIMacOSX_arm.cpp.
Referenced by RegisterContextDarwin_arm::GetRegisterCount(), RegisterContextDarwin_arm64::GetRegisterCount(), RegisterContextDarwin_i386::GetRegisterCount(), RegisterContextDarwin_x86_64::GetRegisterCount(), ABIMacOSX_arm::GetRegisterInfoArray(), ABISysV_arm::GetRegisterInfoArray(), ABISysV_hexagon::GetRegisterInfoArray(), ABISysV_mips::GetRegisterInfoArray(), ABISysV_mips64::GetRegisterInfoArray(), ABISysV_msp430::GetRegisterInfoArray(), ABISysV_ppc::GetRegisterInfoArray(), ABISysV_s390x::GetRegisterInfoArray(), RegisterContextDarwin_arm::GetRegisterInfoAtIndex(), RegisterContextDarwin_arm64::GetRegisterInfoAtIndex(), RegisterContextDarwin_i386::GetRegisterInfoAtIndex(), RegisterContextDarwin_x86_64::GetRegisterInfoAtIndex(), RegisterContextDarwin_arm::GetRegisterInfosCount(), RegisterContextDarwin_arm64::GetRegisterInfosCount(), RegisterContextDarwin_i386::GetRegisterInfosCount(), and RegisterContextDarwin_x86_64::GetRegisterInfosCount().