Remove redundant comments from lldb-mi source files.

Most of lldb-mi files have comments about environement, copyright etc which were neither needed nor uptodate.
This commit removes those comments.

llvm-svn: 232396
This commit is contained in:
Hafiz Abid Qadeer 2015-03-16 18:18:18 +00:00
parent 2e7596a27f
commit a40780e36c
153 changed files with 2 additions and 1768 deletions

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmnArgContext.cpp
//
// Overview: CMICmdArgContext 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 "MICmdArgContext.h"

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdArgContext.h
//
// Overview: CMICmdArgContext interface.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once
// In-house headers:

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdArgSet.cpp
//
// Overview: CMICmdArgSet 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 "MICmdArgSet.h"
#include "MICmdArgValBase.h"

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdArgSet.h
//
// Overview: CMICmdArgSet interface.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once
// Third party headers:

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdArgValBase.cpp
//
// Overview: CMICmdArgValBase 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 "MICmdArgValBase.h"
#include "MIUtilString.h"

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdArgValBase.h
//
// Overview: CMICmdArgValBase interface.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once
// In-house headers:

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdArgValConsume.cpp
//
// Overview: CMICmdArgValConsume 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 "MICmdArgValConsume.h"
#include "MICmdArgContext.h"

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdArgValConsume.h
//
// Overview: CMICmdArgValConsume interface.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once
// In-house headers:

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdArgValFile.cpp
//
// Overview: CMICmdArgValFile 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 "MICmdArgValFile.h"
#include "MICmdArgContext.h"

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdArgValFile.h
//
// Overview: CMICmdArgValFile interface.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once
// In-house headers:

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdArgValListBase.cpp
//
// Overview: CMICmdArgValListBase 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 "MICmdArgValListBase.h"
#include "MICmdArgContext.h"

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdArgValListBase.h
//
// Overview: CMICmdArgValListBase interface.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once
// Third party headers:

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdArgValListOfN.cpp
//
// Overview: CMICmdArgValListOfN 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 "MICmdArgValListOfN.h"
#include "MICmdArgContext.h"

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdArgValListOfN.h
//
// Overview: CMICmdArgValListOfN interface.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once
// Third party headers:

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdArgValNumber.cpp
//
// Overview: CMICmdArgValNumber 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 "MICmdArgValNumber.h"
#include "MICmdArgContext.h"

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdArgValNumber.h
//
// Overview: CMICmdArgValNumber interface.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once
// In-house headers:

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdArgValOptionLong.cpp
//
// Overview: CMICmdArgValOptionLong 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 "MICmdArgValOptionLong.h"
#include "MICmdArgContext.h"

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdArgValOptionLong.h
//
// Overview: CMICmdArgValOptionLong interface.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once
// In-house headers:

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdArgValOptionShort.cpp
//
// Overview: CMICmdArgValOptionShort 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 "MICmdArgValOptionShort.h"
#include "MICmdArgContext.h"

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdArgValOptionShort.h
//
// Overview: CMICmdArgValOptionShort interface.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once
// In-house headers:

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdArgValString.cpp
//
// Overview: CMICmdArgValString 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 "MICmdArgValString.h"
#include "MICmdArgContext.h"

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdArgValString.h
//
// Overview: CMICmdArgValString interface.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once
// In-house headers:

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdArgValThreadGrp.cpp
//
// Overview: CMICmdArgValThreadGrp 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 "MICmdArgValThreadGrp.h"
#include "MICmdArgContext.h"

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdArgValThreadGrp.h
//
// Overview: CMICmdArgValThreadGrp interface.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once
// In-house headers:

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdBase.cpp
//
// Overview: CMICmdBase 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 "MICmdBase.h"
#include "MICmnMIValueConst.h"

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdBase.h
//
// Overview: CMICmdBase interface.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once
// In-house headers:

View File

@ -7,18 +7,10 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdCmd.cpp
//
// Overview: CMICmdCmdEnablePrettyPrinting implementation.
// CMICmdCmdSource 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 "MICmdCmd.h"

View File

@ -7,9 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdCmd.h
//
// Overview: CMICmdCmdEnablePrettyPrinting interface.
// CMICmdCmdSource interface.
//
@ -21,13 +18,6 @@
// MICmdCmd.h / .cpp
// For an introduction to adding a new command see CMICmdCmdSupportInfoMiCmdQuery
// command class as an example.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
/*
MI commands implemented are:

View File

@ -7,22 +7,12 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdCmdBreak.cpp
//
// Overview: CMICmdCmdBreakInsert implementation.
// CMICmdCmdBreakDelete implementation.
// CMICmdCmdBreakDisable implementation.
// CMICmdCmdBreakEnable implementation.
// CMICmdCmdBreakAfter implementation.
// CMICmdCmdBreakCondition implementation.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
// Third Party Headers:
#include "lldb/API/SBBreakpointLocation.h"

View File

@ -7,9 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdCmdBreak.h
//
// Overview: CMICmdCmdBreakInsert interface.
// CMICmdCmdBreakDelete interface.
// CMICmdCmdBreakDisable interface.
@ -25,13 +22,6 @@
// MICmdCmd.h / .cpp
// For an introduction to adding a new command see CMICmdCmdSupportInfoMiCmdQuery
// command class as an example.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once

View File

@ -7,9 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdCmdData.cpp
//
// Overview: CMICmdCmdDataEvaluateExpression implementation.
// CMICmdCmdDataDisassemble implementation.
// CMICmdCmdDataReadMemoryBytes implementation.
@ -19,13 +16,6 @@
// CMICmdCmdDataListRegisterChanged implementation.
// CMICmdCmdDataWriteMemoryBytes implementation.
// CMICmdCmdDataWriteMemory implementation.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
// Third Party Headers:
#include "lldb/API/SBThread.h"

View File

@ -7,9 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdCmdData.h
//
// Overview: CMICmdCmdDataEvaluateExpression interface.
// CMICmdCmdDataDisassemble interface.
// CMICmdCmdDataReadMemoryBytes interface.
@ -29,12 +26,6 @@
// For an introduction to adding a new command see CMICmdCmdSupportInfoMiCmdQuery
// command class as an example.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once

View File

@ -7,17 +7,7 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdCmdEnviro.cpp
//
// Overview: CMICmdCmdEnvironmentCd 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 "MICmdCmdEnviro.h"

View File

@ -7,9 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdCmdEnviro.h
//
// Overview: CMICmdCmdEnvironmentCd interface.
//
// To implement new MI commands derive a new command class from the command base
@ -20,13 +17,6 @@
// MICmdCmd.h / .cpp
// For an introduction to adding a new command see CMICmdCmdSupportInfoMiCmdQuery
// command class as an example.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once

View File

@ -7,9 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdCmdExec.cpp
//
// Overview: CMICmdCmdExecRun implementation.
// CMICmdCmdExecContinue implementation.
// CMICmdCmdExecNext implementation.
@ -20,13 +17,6 @@
// CMICmdCmdExecInterrupt implementation.
// CMICmdCmdExecArguments implementation.
// CMICmdCmdExecAbort implementation.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
// Third Party Headers:
#include "lldb/API/SBCommandInterpreter.h"

View File

@ -7,9 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdCmdExec.h
//
// Overview: CMICmdCmdExecRun interface.
// CMICmdCmdExecContinue interface.
// CMICmdCmdExecNext interface.
@ -29,13 +26,6 @@
// MICmdCmd.h / .cpp
// For an introduction to adding a new command see CMICmdCmdSupportInfoMiCmdQuery
// command class as an example.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once

View File

@ -7,17 +7,7 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdCmdFile.cpp
//
// Overview: CMICmdCmdFileExecAndSymbols implementation.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
// Third Party Headers:
#include "lldb/API/SBStream.h"

View File

@ -7,9 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdCmdFile.h
//
// Overview: CMICmdCmdFileExecAndSymbols interface.
//
// To implement new MI commands derive a new command class from the command base
@ -20,13 +17,6 @@
// MICmdCmd.h / .cpp
// For an introduction to adding a new command see CMICmdCmdSupportInfoMiCmdQuery
// command class as an example.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once

View File

@ -7,17 +7,7 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdCmdGdbInfo.cpp
//
// Overview: CMICmdCmdGdbInfo implementation.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
// Third party headers:
#include "lldb/API/SBCommandReturnObject.h"

View File

@ -7,9 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdCmdGdbInfo.h
//
// Overview: CMICmdCmdGdbInfo interface.
//
// To implement new MI commands derive a new command class from the command base
@ -20,13 +17,6 @@
// MICmdCmd.h / .cpp
// For an introduction to adding a new command see CMICmdCmdSupportInfoMiCmdQuery
// command class as an example.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once

View File

@ -7,17 +7,7 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdCmdGdbSet.cpp
//
// Overview: CMICmdCmdGdbSet 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 "MICmdCmdGdbSet.h"

View File

@ -7,9 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdCmdGdbSet.h
//
// Overview: CMICmdCmdGdbSet interface.
//
// To implement new MI commands derive a new command class from the command base
@ -20,13 +17,6 @@
// MICmdCmd.h / .cpp
// For an introduction to adding a new command see CMICmdCmdSupportInfoMiCmdQuery
// command class as an example.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once

View File

@ -7,17 +7,7 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdCmdGdbThread.cpp
//
// Overview: CMICmdCmdGdbThread 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 "MICmdCmdGdbThread.h"

View File

@ -7,9 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdCmdGdbThread.h
//
// Overview: CMICmdCmdGdbThread interface.
//
// To implement new MI commands derive a new command class from the command base
@ -20,13 +17,6 @@
// MICmdCmd.h / .cpp
// For an introduction to adding a new command see CMICmdCmdSupportInfoMiCmdQuery
// command class as an example.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once

View File

@ -7,20 +7,10 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdCmdMiscellanous.cpp
//
// Overview: CMICmdCmdGdbExit implementation.
// CMICmdCmdListThreadGroups implementation.
// CMICmdCmdInterpreterExec implementation.
// CMICmdCmdInferiorTtySet implementation.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
// Third Party Headers:
#include "lldb/API/SBCommandInterpreter.h"

View File

@ -7,9 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdCmdMiscellanous.h
//
// Overview: CMICmdCmdGdbExit interface.
// CMICmdCmdListThreadGroups interface.
// CMICmdCmdInterpreterExec interface.
@ -23,13 +20,6 @@
// MICmdCmd.h / .cpp
// For an introduction to adding a new command see CMICmdCmdSupportInfoMiCmdQuery
// command class as an example.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once

View File

@ -7,22 +7,12 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdCmdStack.cpp
//
// Overview: CMICmdCmdStackInfoDepth implementation.
// CMICmdCmdStackInfoFrame implementation.
// CMICmdCmdStackListFrames implementation.
// CMICmdCmdStackListArguments implementation.
// CMICmdCmdStackListLocals implementation.
// CMICmdCmdStackSelectFrame implementation.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
// Third Party Headers:
#include "lldb/API/SBThread.h"

View File

@ -7,9 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdCmdStack.h
//
// Overview: CMICmdCmdStackInfoDepth interface.
// CMICmdCmdStackInfoFrame interface.
// CMICmdCmdStackListFrames interface.
@ -25,13 +22,6 @@
// MICmdCmd.h / .cpp
// For an introduction to adding a new command see CMICmdCmdSupportInfoMiCmdQuery
// command class as an example.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once

View File

@ -7,17 +7,7 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdCmdSupportListInfo.cpp
//
// Overview: CMICmdCmdSupportInfoMiCmdQuery 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 "MICmdCmdSupportInfo.h"

View File

@ -7,9 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdCmdSupportInfo.h
//
// Overview: CMICmdCmdSupportInfoMiCmdQuery interface.
//
// To implement new MI commands derive a new command class from the command base
@ -20,13 +17,6 @@
// MICmdCmd.h / .cpp
// For an introduction to adding a new command see CMICmdCmdSupportInfoMiCmdQuery
// command class as an example.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once

View File

@ -7,17 +7,7 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdCmdSupportList.cpp
//
// Overview: CMICmdCmdSupportListFeatures 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 "MICmdCmdSupportList.h"

View File

@ -7,9 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdCmdSupportList.h
//
// Overview: CMICmdCmdSupportListFeatures interface.
//
// To implement new MI commands derive a new command class from the command base
@ -20,13 +17,6 @@
// MICmdCmd.h / .cpp
// For an introduction to adding a new command see CMICmdCmdSupportInfoMiCmdQuery
// command class as an example.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once

View File

@ -7,17 +7,7 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdCmdSymbol.cpp
//
// Overview: CMICmdCmdSymbolListLines implementation.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
// Third Party Headers:
#include "lldb/API/SBCommandInterpreter.h"

View File

@ -7,9 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdCmdSymbol.h
//
// Overview: CMICmdCmdSymbolListLines interface.
//
// To implement new MI commands derive a new command class from the command base
@ -20,13 +17,6 @@
// MICmdCmd.h / .cpp
// For an introduction to adding a new command see CMICmdCmdSupportInfoMiCmdQuery
// command class as an example.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once

View File

@ -7,17 +7,7 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdCmdTarget.cpp
//
// Overview: CMICmdCmdTargetSelect implementation.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
// Third Party Headers:
#include "lldb/API/SBStream.h"

View File

@ -7,9 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdCmdTarget.h
//
// Overview: CMICmdCmdTargetSelect interface.
//
// To implement new MI commands derive a new command class from the command base
@ -20,13 +17,6 @@
// MICmdCmd.h / .cpp
// For an introduction to adding a new command see CMICmdCmdSupportInfoMiCmdQuery
// command class as an example.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once

View File

@ -7,17 +7,7 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdCmdThread.cpp
//
// Overview: CMICmdCmdThreadInfo implementation.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
// Third Party Headers:
#include "lldb/API/SBBreakpointLocation.h"

View File

@ -7,9 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdCmdThread.h
//
// Overview: CMICmdCmdThreadInfo interface.
//
// To implement new MI commands derive a new command class from the command base
@ -20,13 +17,6 @@
// MICmdCmd.h / .cpp
// For an introduction to adding a new command see CMICmdCmdSupportInfoMiCmdQuery
// command class as an example.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once

View File

@ -7,17 +7,7 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdCmdTrace.cpp
//
// Overview: CMICmdCmdTraceStatus 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 "MICmdCmdTrace.h"

View File

@ -7,9 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdCmdTrace.h
//
// Overview: CMICmdCmdTraceStatus interface.
//
// To implement new MI commands derive a new command class from the command base
@ -20,13 +17,6 @@
// MICmdCmd.h / .cpp
// For an introduction to adding a new command see CMICmdCmdSupportInfoMiCmdQuery
// command class as an example.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once

View File

@ -7,9 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdCmdVar.cpp
//
// Overview: CMICmdCmdVarCreate implementation.
// CMICmdCmdVarUpdate implementation.
// CMICmdCmdVarDelete implementation.
@ -19,13 +16,6 @@
// CMICmdCmdVarEvaluateExpression implementation.
// CMICmdCmdVarInfoPathExpression implementation.
// CMICmdCmdVarShowAttributes implementation.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
// Third Party Headers:
#include "lldb/API/SBStream.h"

View File

@ -7,9 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdCmdVar.h
//
// Overview: CMICmdCmdVarCreate interface.
// CMICmdCmdVarUpdate interface.
// CMICmdCmdVarDelete interface.
@ -28,13 +25,6 @@
// MICmdCmd.h / .cpp
// For an introduction to adding a new command see CMICmdCmdSupportInfoMiCmdQuery
// command class as an example.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once

View File

@ -7,9 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdCommands.cpp
//
// Overview: MI command are registered with the MI command factory.
//
// To implement new MI commands derive a new command class from the command base
@ -18,13 +15,6 @@
// MICmdCommands.cpp
// MICmdBase.h / .cpp
// MICmdCmd.h / .cpp
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
// In-house headers:
#include "MICmdCommands.h"

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdCommands.h
//
// Overview: CMICmdCommands instantiated.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once
namespace MICmnCommands

View File

@ -7,17 +7,5 @@
//
//===----------------------------------------------------------------------===//
//++
// 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"

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdData.h
//
// Overview: SMICmdData interface.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once
// In-house headers:

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdFactory.cpp
//
// Overview: CMICmdFactory 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 "MICmdFactory.h"
#include "MICmnResources.h"

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdFactory.h
//
// Overview: CMICmdFactory interface.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once
// Third party headers

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdInterpreter.cpp
//
// Overview: CMICmdInterpreter 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 "MICmdInterpreter.h"
#include "MICmdFactory.h"

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdInterpreter.h
//
// Overview: CMICmdInterpreter interface.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once
// In-house headers:

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdInvoker.cpp
//
// Overview: CMICmdInvoker 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 "MICmdInvoker.h"
#include "MICmdBase.h"

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdInvoker.h
//
// Overview: CMICmdInvoker interface.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once
// Third party headers

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdMgr.cpp
//
// Overview: CMICmdMgr 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 "MICmdMgr.h"
#include "MICmnResources.h"

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdMgr.h
//
// Overview: CMICmdMgr interface.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once
// Third party headers

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdMgrSetCmdDeleteCallback.cpp
//
// Overview: CSetClients 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 "MICmdMgrSetCmdDeleteCallback.h"

View File

@ -6,18 +6,6 @@
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//++
// File: MICmdMgrSetCmdDeleteCallback.h
//
// Overview: ICallback interface.
// CSetClients interface.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmnBase.cpp
//
// Overview: CMICmnBase implementation.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
// Third party headers
#include <stdarg.h> // va_list, va_start, var_end

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmnBase.h
//
// Overview: CMICmnBase interface.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once
// In-house headers:

View File

@ -6,18 +6,6 @@
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//++
// File: MICmnConfig.h
//
// Overview: Common defines to guide feature inclusion at compile time.
//
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmnLLDBBroadcaster.cpp
//
// Overview: CMICmnLLDBBroadcaster 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 "MICmnLLDBBroadcaster.h"

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmnLLDBBroadcaster.h
//
// Overview: CMICmnLLDBBroadcaster interface.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once
// In-house headers:

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmnLLDBDebugSessionInfo.cpp
//
// Overview: CMICmnLLDBDebugSessionInfo implementation.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
// Third party headers:
#include "lldb/API/SBThread.h"
#ifdef _WIN32

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmnLLDBDebugSessionInfo.h
//
// Overview: CMICmnLLDBDebugSessionInfo interface.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once
// Third party headers:

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmnLLDBDebugSessionInfoVarObj.cpp
//
// Overview: CMICmnLLDBDebugSessionInfoVarObj 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 "MICmnLLDBDebugSessionInfoVarObj.h"
#include "MICmnLLDBProxySBValue.h"

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmnLLDBDebugSessionInfoVarObj.h
//
// Overview: CMICmnLLDBDebugSessionInfoVarObj interface.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once
// Third Party Headers:

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmnLLDBDebugger.cpp
//
// Overview: CMICmnLLDBDebugger implementation.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
// Third party headers:
#include "lldb/API/SBTarget.h"
#include "lldb/API/SBThread.h"

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmnLLDBDebugger.h
//
// Overview: CMICmnLLDBDebugger interface.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once
// Third party headers

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmnLLDBDebuggerHandleEvents.cpp
//
// Overview: CMICmnLLDBDebuggerHandleEvents implementation.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
// Third party headers:
#include "lldb/API/SBAddress.h"
#include "lldb/API/SBEvent.h"

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmnLLDBDebuggerHandleEvents.h
//
// Overview: CMICmnLLDBDebuggerHandleEvents interface.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once
// In-house headers:

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmnLLDBProxySBValue.cpp
//
// Overview: CMICmnLLDBProxySBValue implementation.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#include <stdlib.h>
// Third Party Headers:

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmnLLDBProxySBValue.h
//
// Overview: CMICmnLLDBProxySBValue interface.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once
// Third Party Headers:

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmnLLDBUtilSBValue.cpp
//
// Overview: CMICmnLLDBUtilSBValue 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 "MICmnLLDBUtilSBValue.h"
#include "MIUtilString.h"

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmnLLDBUtilSBValue.h
//
// Overview: CMICmnLLDBUtilSBValue interface.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once
// Third Party Headers:

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmnLog.cpp
//
// Overview: CMICmnLog 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 "MICmnLog.h"
#include "MICmnLogMediumFile.h"

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmnLog.h
//
// Overview: CMICmnLog interface.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once
// Third party headers:

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmnLogMediumFile.cpp
//
// Overview: CMICmnLogMediumFile 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 "MICmnLogMediumFile.h"
#include "MICmnResources.h"

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmnLogMediumFile.h
//
// Overview: CMICmnLogMediumFile interface.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once
// In-house headers:

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmnMIOutOfBandRecord.h
//
// Overview: CMICmnMIOutOfBandRecord 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 "MICmnMIOutOfBandRecord.h"
#include "MICmnResources.h"

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmnMIOutOfBandRecord.h
//
// Overview: CMICmnMIOutOfBandRecord interface.
//
// Environment: Compilers: Visual C++ 12.
// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--
#pragma once
// Third party headers:

View File

@ -7,18 +7,6 @@
//
//===----------------------------------------------------------------------===//
//++
// File: MICmnMIResultRecord.h
//
// Overview: CMICmnMIResultRecord 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 "MICmnMIResultRecord.h"
#include "MICmnResources.h"

Some files were not shown because too many files have changed in this diff Show More