#include "llvm/Support/TargetSelect.h"
#include "gtest/gtest.h"
#include "lldb/Core/Address.h"
#include "lldb/Core/Disassembler.h"
#include "lldb/Target/ExecutionContext.h"
#include "lldb/Utility/ArchSpec.h"
#include "Plugins/Disassembler/LLVMC/DisassemblerLLVMC.h"
usingnamespacelldb;
usingnamespacelldb_private;
namespace {
class TestGetControlFlowKindx86 : public testing::Test { … };
void TestGetControlFlowKindx86::SetUpTestCase() { … }
void TestGetControlFlowKindx86::TearDownTestCase() { … }
}
TEST_F(TestGetControlFlowKindx86, TestX86_64Instruction) { … }