[Lldb-commits] [PATCH] D11452: [lldb-mi] Remove unwanted comment blocks.

Bruce Mitchener bruce.mitchener at gmail.com
Thu Jul 23 01:44:56 PDT 2015


brucem created this revision.
brucem added reviewers: abidh, ki.stfu, domipheus.
brucem added a subscriber: lldb-commits.

This removes Authors:, Gotchas:, Changes: and Copyright:.

It leaves a couple of Gotcha: blocks that were not empty.

http://reviews.llvm.org/D11452

Files:
  tools/lldb-mi/MICmdArgContext.h
  tools/lldb-mi/MICmdArgSet.h
  tools/lldb-mi/MICmdArgValBase.h
  tools/lldb-mi/MICmdArgValConsume.h
  tools/lldb-mi/MICmdArgValFile.h
  tools/lldb-mi/MICmdArgValListBase.h
  tools/lldb-mi/MICmdArgValListOfN.h
  tools/lldb-mi/MICmdArgValNumber.h
  tools/lldb-mi/MICmdArgValOptionLong.h
  tools/lldb-mi/MICmdArgValOptionShort.h
  tools/lldb-mi/MICmdArgValString.h
  tools/lldb-mi/MICmdArgValThreadGrp.h
  tools/lldb-mi/MICmdBase.h
  tools/lldb-mi/MICmdCmd.h
  tools/lldb-mi/MICmdCmdBreak.h
  tools/lldb-mi/MICmdCmdData.h
  tools/lldb-mi/MICmdCmdEnviro.h
  tools/lldb-mi/MICmdCmdExec.h
  tools/lldb-mi/MICmdCmdFile.h
  tools/lldb-mi/MICmdCmdGdbInfo.h
  tools/lldb-mi/MICmdCmdGdbSet.h
  tools/lldb-mi/MICmdCmdGdbThread.h
  tools/lldb-mi/MICmdCmdMiscellanous.h
  tools/lldb-mi/MICmdCmdStack.h
  tools/lldb-mi/MICmdCmdSupportInfo.h
  tools/lldb-mi/MICmdCmdSupportList.h
  tools/lldb-mi/MICmdCmdTarget.h
  tools/lldb-mi/MICmdCmdThread.h
  tools/lldb-mi/MICmdCmdTrace.h
  tools/lldb-mi/MICmdCmdVar.h
  tools/lldb-mi/MICmdCommands.h
  tools/lldb-mi/MICmdData.h
  tools/lldb-mi/MICmdFactory.h
  tools/lldb-mi/MICmdInterpreter.h
  tools/lldb-mi/MICmdInvoker.h
  tools/lldb-mi/MICmdMgr.h
  tools/lldb-mi/MICmdMgrSetCmdDeleteCallback.h
  tools/lldb-mi/MICmnBase.h
  tools/lldb-mi/MICmnLLDBBroadcaster.h
  tools/lldb-mi/MICmnLLDBDebugSessionInfo.h
  tools/lldb-mi/MICmnLLDBDebugSessionInfoVarObj.h
  tools/lldb-mi/MICmnLLDBDebugger.h
  tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.h
  tools/lldb-mi/MICmnLLDBProxySBValue.h
  tools/lldb-mi/MICmnLLDBUtilSBValue.h
  tools/lldb-mi/MICmnLog.h
  tools/lldb-mi/MICmnLogMediumFile.h
  tools/lldb-mi/MICmnMIOutOfBandRecord.h
  tools/lldb-mi/MICmnMIResultRecord.h
  tools/lldb-mi/MICmnMIValue.h
  tools/lldb-mi/MICmnMIValueConst.h
  tools/lldb-mi/MICmnMIValueList.h
  tools/lldb-mi/MICmnMIValueResult.h
  tools/lldb-mi/MICmnMIValueTuple.h
  tools/lldb-mi/MICmnResources.h
  tools/lldb-mi/MICmnStreamStderr.h
  tools/lldb-mi/MICmnStreamStdin.h
  tools/lldb-mi/MICmnStreamStdout.h
  tools/lldb-mi/MICmnThreadMgrStd.h
  tools/lldb-mi/MIDriver.h
  tools/lldb-mi/MIDriverBase.h
  tools/lldb-mi/MIDriverMgr.h
  tools/lldb-mi/MIUtilDateTimeStd.h
  tools/lldb-mi/MIUtilDebug.h
  tools/lldb-mi/MIUtilFileStd.h
  tools/lldb-mi/MIUtilMapIdToVariant.h
  tools/lldb-mi/MIUtilSingletonBase.h
  tools/lldb-mi/MIUtilSingletonHelper.h
  tools/lldb-mi/MIUtilString.h
  tools/lldb-mi/MIUtilSystemLinux.h
  tools/lldb-mi/MIUtilSystemOsx.h
  tools/lldb-mi/MIUtilSystemWindows.h
  tools/lldb-mi/MIUtilThreadBaseStd.cpp
  tools/lldb-mi/MIUtilThreadBaseStd.h
  tools/lldb-mi/MIUtilVariant.cpp
  tools/lldb-mi/MIUtilVariant.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11452.30459.patch
Type: text/x-patch
Size: 56785 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150723/04f124c8/attachment.bin>


More information about the lldb-commits mailing list