aboutsummaryrefslogtreecommitdiff
path: root/tools/lldb-mi/MICmdData.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lldb-mi/MICmdData.cpp')
-rw-r--r--tools/lldb-mi/MICmdData.cpp24
1 files changed, 24 insertions, 0 deletions
diff --git a/tools/lldb-mi/MICmdData.cpp b/tools/lldb-mi/MICmdData.cpp
new file mode 100644
index 000000000000..8eb84f32000a
--- /dev/null
+++ b/tools/lldb-mi/MICmdData.cpp
@@ -0,0 +1,24 @@
+//===-- MICmdData.cpp -------------------------------------------*- C++ -*-===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
+//++
+// File: MICmdData.cpp
+//
+// Overview: SMICmdData implementation.
+//
+// Environment: Compilers: Visual C++ 12.
+// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
+// Libraries: See MIReadmetxt.
+//
+// Copyright: None.
+//--
+
+// In-house headers:
+#include "MICmdData.h"
+