diff options
Diffstat (limited to 'contrib/llvm/tools/lldb/tools/lldb-mi/MICmdData.cpp')
-rw-r--r-- | contrib/llvm/tools/lldb/tools/lldb-mi/MICmdData.cpp | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdData.cpp b/contrib/llvm/tools/lldb/tools/lldb-mi/MICmdData.cpp new file mode 100644 index 0000000..8eb84f3 --- /dev/null +++ b/contrib/llvm/tools/lldb/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" + |