[Lldb-commits] [PATCH] D11746: [lldb-mi] Use empty arg lists instead of (void).
Bruce Mitchener
bruce.mitchener at gmail.com
Mon Aug 3 20:58:33 PDT 2015
brucem created this revision.
brucem added reviewers: abidh, ki.stfu.
brucem added a subscriber: lldb-commits.
This brings the code more in line with the usual LLDB style. NFC.
http://reviews.llvm.org/D11746
Files:
tools/lldb-mi/MICmdArgContext.cpp
tools/lldb-mi/MICmdArgContext.h
tools/lldb-mi/MICmdArgSet.cpp
tools/lldb-mi/MICmdArgSet.h
tools/lldb-mi/MICmdArgValBase.cpp
tools/lldb-mi/MICmdArgValBase.h
tools/lldb-mi/MICmdArgValConsume.cpp
tools/lldb-mi/MICmdArgValConsume.h
tools/lldb-mi/MICmdArgValFile.cpp
tools/lldb-mi/MICmdArgValFile.h
tools/lldb-mi/MICmdArgValListBase.cpp
tools/lldb-mi/MICmdArgValListBase.h
tools/lldb-mi/MICmdArgValListOfN.cpp
tools/lldb-mi/MICmdArgValListOfN.h
tools/lldb-mi/MICmdArgValNumber.cpp
tools/lldb-mi/MICmdArgValNumber.h
tools/lldb-mi/MICmdArgValOptionLong.cpp
tools/lldb-mi/MICmdArgValOptionLong.h
tools/lldb-mi/MICmdArgValOptionShort.cpp
tools/lldb-mi/MICmdArgValOptionShort.h
tools/lldb-mi/MICmdArgValPrintValues.cpp
tools/lldb-mi/MICmdArgValPrintValues.h
tools/lldb-mi/MICmdArgValString.cpp
tools/lldb-mi/MICmdArgValString.h
tools/lldb-mi/MICmdArgValThreadGrp.cpp
tools/lldb-mi/MICmdArgValThreadGrp.h
tools/lldb-mi/MICmdBase.cpp
tools/lldb-mi/MICmdBase.h
tools/lldb-mi/MICmdCmd.cpp
tools/lldb-mi/MICmdCmd.h
tools/lldb-mi/MICmdCmdBreak.cpp
tools/lldb-mi/MICmdCmdBreak.h
tools/lldb-mi/MICmdCmdData.cpp
tools/lldb-mi/MICmdCmdData.h
tools/lldb-mi/MICmdCmdEnviro.cpp
tools/lldb-mi/MICmdCmdEnviro.h
tools/lldb-mi/MICmdCmdExec.cpp
tools/lldb-mi/MICmdCmdExec.h
tools/lldb-mi/MICmdCmdFile.cpp
tools/lldb-mi/MICmdCmdFile.h
tools/lldb-mi/MICmdCmdGdbInfo.cpp
tools/lldb-mi/MICmdCmdGdbInfo.h
tools/lldb-mi/MICmdCmdGdbSet.cpp
tools/lldb-mi/MICmdCmdGdbSet.h
tools/lldb-mi/MICmdCmdGdbShow.cpp
tools/lldb-mi/MICmdCmdGdbShow.h
tools/lldb-mi/MICmdCmdGdbThread.cpp
tools/lldb-mi/MICmdCmdGdbThread.h
tools/lldb-mi/MICmdCmdMiscellanous.cpp
tools/lldb-mi/MICmdCmdMiscellanous.h
tools/lldb-mi/MICmdCmdStack.cpp
tools/lldb-mi/MICmdCmdStack.h
tools/lldb-mi/MICmdCmdSupportInfo.cpp
tools/lldb-mi/MICmdCmdSupportInfo.h
tools/lldb-mi/MICmdCmdSupportList.cpp
tools/lldb-mi/MICmdCmdSupportList.h
tools/lldb-mi/MICmdCmdSymbol.cpp
tools/lldb-mi/MICmdCmdSymbol.h
tools/lldb-mi/MICmdCmdTarget.cpp
tools/lldb-mi/MICmdCmdTarget.h
tools/lldb-mi/MICmdCmdThread.cpp
tools/lldb-mi/MICmdCmdThread.h
tools/lldb-mi/MICmdCmdTrace.cpp
tools/lldb-mi/MICmdCmdTrace.h
tools/lldb-mi/MICmdCmdVar.cpp
tools/lldb-mi/MICmdCmdVar.h
tools/lldb-mi/MICmdCommands.cpp
tools/lldb-mi/MICmdCommands.h
tools/lldb-mi/MICmdData.h
tools/lldb-mi/MICmdFactory.cpp
tools/lldb-mi/MICmdFactory.h
tools/lldb-mi/MICmdInterpreter.cpp
tools/lldb-mi/MICmdInterpreter.h
tools/lldb-mi/MICmdInvoker.cpp
tools/lldb-mi/MICmdInvoker.h
tools/lldb-mi/MICmdMgr.cpp
tools/lldb-mi/MICmdMgr.h
tools/lldb-mi/MICmdMgrSetCmdDeleteCallback.cpp
tools/lldb-mi/MICmdMgrSetCmdDeleteCallback.h
tools/lldb-mi/MICmnBase.cpp
tools/lldb-mi/MICmnBase.h
tools/lldb-mi/MICmnLLDBBroadcaster.cpp
tools/lldb-mi/MICmnLLDBBroadcaster.h
tools/lldb-mi/MICmnLLDBDebugSessionInfo.cpp
tools/lldb-mi/MICmnLLDBDebugSessionInfo.h
tools/lldb-mi/MICmnLLDBDebugSessionInfoVarObj.cpp
tools/lldb-mi/MICmnLLDBDebugSessionInfoVarObj.h
tools/lldb-mi/MICmnLLDBDebugger.cpp
tools/lldb-mi/MICmnLLDBDebugger.h
tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.cpp
tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.h
tools/lldb-mi/MICmnLLDBUtilSBValue.cpp
tools/lldb-mi/MICmnLLDBUtilSBValue.h
tools/lldb-mi/MICmnLog.cpp
tools/lldb-mi/MICmnLog.h
tools/lldb-mi/MICmnLogMediumFile.cpp
tools/lldb-mi/MICmnLogMediumFile.h
tools/lldb-mi/MICmnMIOutOfBandRecord.cpp
tools/lldb-mi/MICmnMIOutOfBandRecord.h
tools/lldb-mi/MICmnMIValue.cpp
tools/lldb-mi/MICmnMIValue.h
tools/lldb-mi/MICmnMIValueConst.cpp
tools/lldb-mi/MICmnMIValueConst.h
tools/lldb-mi/MICmnMIValueList.cpp
tools/lldb-mi/MICmnMIValueList.h
tools/lldb-mi/MICmnMIValueResult.cpp
tools/lldb-mi/MICmnMIValueResult.h
tools/lldb-mi/MICmnMIValueTuple.cpp
tools/lldb-mi/MICmnMIValueTuple.h
tools/lldb-mi/MICmnResources.cpp
tools/lldb-mi/MICmnResources.h
tools/lldb-mi/MICmnStreamStderr.cpp
tools/lldb-mi/MICmnStreamStderr.h
tools/lldb-mi/MICmnStreamStdin.cpp
tools/lldb-mi/MICmnStreamStdin.h
tools/lldb-mi/MICmnStreamStdout.cpp
tools/lldb-mi/MICmnStreamStdout.h
tools/lldb-mi/MICmnThreadMgrStd.cpp
tools/lldb-mi/MICmnThreadMgrStd.h
tools/lldb-mi/MIDriver.cpp
tools/lldb-mi/MIDriver.h
tools/lldb-mi/MIDriverBase.cpp
tools/lldb-mi/MIDriverBase.h
tools/lldb-mi/MIDriverMain.cpp
tools/lldb-mi/MIDriverMgr.cpp
tools/lldb-mi/MIDriverMgr.h
tools/lldb-mi/MIUtilDateTimeStd.cpp
tools/lldb-mi/MIUtilDateTimeStd.h
tools/lldb-mi/MIUtilDebug.cpp
tools/lldb-mi/MIUtilDebug.h
tools/lldb-mi/MIUtilFileStd.cpp
tools/lldb-mi/MIUtilFileStd.h
tools/lldb-mi/MIUtilMapIdToVariant.cpp
tools/lldb-mi/MIUtilMapIdToVariant.h
tools/lldb-mi/MIUtilSingletonBase.h
tools/lldb-mi/MIUtilString.cpp
tools/lldb-mi/MIUtilString.h
tools/lldb-mi/MIUtilSystemLinux.cpp
tools/lldb-mi/MIUtilSystemLinux.h
tools/lldb-mi/MIUtilSystemOsx.cpp
tools/lldb-mi/MIUtilSystemOsx.h
tools/lldb-mi/MIUtilSystemWindows.cpp
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: D11746.31294.patch
Type: text/x-patch
Size: 302416 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150804/e2601b50/attachment.bin>
More information about the lldb-commits
mailing list