blob: 00028a93fb4382386507cb10f510258d555dee5d [file] [log] [blame]
Abhishek Aggarwal307db0f2017-08-07 15:26:11 +00001//===-- cli-wrapper-mpxtable.h----------------------------------*- C++ -*-===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9
10#include "lldb/API/SBDebugger.h"
11
12bool MPXPluginInitialize(lldb::SBDebugger &debugger);