llvm/lldb/unittests/UnwindAssembly/PPC64/TestPPC64InstEmulation.cpp

//===-- TestPPC64InstEmulation.cpp ----------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#include "gtest/gtest.h"

#include <vector>

#include "Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.h"

#include "lldb/Core/Address.h"
#include "lldb/Core/AddressRange.h"
#include "lldb/Symbol/UnwindPlan.h"
#include "lldb/Target/UnwindAssembly.h"
#include "lldb/Utility/ArchSpec.h"

#include "Plugins/Disassembler/LLVMC/DisassemblerLLVMC.h"
#include "Plugins/Instruction/PPC64/EmulateInstructionPPC64.h"
#include "Plugins/Process/Utility/lldb-ppc64le-register-enums.h"
#include "llvm/Support/TargetSelect.h"

usingnamespacelldb;
usingnamespacelldb_private;

class TestPPC64InstEmulation : public testing::Test {};

void TestPPC64InstEmulation::SetUpTestCase() {}

void TestPPC64InstEmulation::TearDownTestCase() {}

TEST_F(TestPPC64InstEmulation, TestSimpleFunction) {}

TEST_F(TestPPC64InstEmulation, TestMediumFunction) {}