This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 34f2cd9cd [CMake] Polish folders in generated Xcode project new e38491e21 [LLDB] Remove lldb-mi
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lit/tools/lldb-instr/Inputs/foo.cpp | 26 - lit/tools/lldb-instr/Inputs/foo.h | 19 - .../lldb-instr/TestInstrumentationRecord.test | 24 - .../lldb-instr/TestInstrumentationRegister.test | 20 - lit/tools/lldb-instr/lit.local.cfg | 2 - .../breakpoint/break-insert-enable-pending.test | 51 - lit/tools/lldb-mi/breakpoint/break-insert.test | 21 - .../breakpoint/inputs/break-insert-pending.c | 6 - lit/tools/lldb-mi/breakpoint/inputs/break-insert.c | 7 - lit/tools/lldb-mi/breakpoint/lit.local.cfg | 1 - lit/tools/lldb-mi/data/data-info-line.test | 38 - lit/tools/lldb-mi/data/inputs/data-info-line.c | 4 - lit/tools/lldb-mi/data/lit.local.cfg | 1 - lit/tools/lldb-mi/exec/exec-continue.test | 22 - lit/tools/lldb-mi/exec/exec-finish.test | 33 - lit/tools/lldb-mi/exec/exec-interrupt.test | 22 - lit/tools/lldb-mi/exec/exec-next-instruction.test | 32 - lit/tools/lldb-mi/exec/exec-next.test | 33 - lit/tools/lldb-mi/exec/exec-run-wrong-binary.test | 6 - lit/tools/lldb-mi/exec/exec-step-instruction.test | 32 - lit/tools/lldb-mi/exec/exec-step.test | 32 - lit/tools/lldb-mi/exec/inputs/main.c | 9 - lit/tools/lldb-mi/exec/lit.local.cfg | 1 - lit/tools/lldb-mi/lit.local.cfg | 2 - .../lldb-mi/symbol/inputs/list-lines-helper.c | 3 - .../lldb-mi/symbol/inputs/list-lines-helper.h | 1 - lit/tools/lldb-mi/symbol/inputs/main.c | 6 - .../lldb-mi/symbol/inputs/symbol-list-lines.c | 6 - .../lldb-mi/symbol/inputs/symbol-list-lines.h | 1 - lit/tools/lldb-mi/symbol/lit.local.cfg | 1 - lit/tools/lldb-mi/symbol/symbol-list-lines.test | 17 - lit/tools/lldb-mi/target/inputs/main.c | 4 - .../lldb-mi/target/inputs/target-select-so-path.py | 50 - lit/tools/lldb-mi/target/lit.local.cfg | 1 - .../lldb-mi/target/target-select-so-path.test | 25 - lit/tools/lldb-server/TestGdbserverPort.test | 4 - tools/CMakeLists.txt | 1 - tools/lldb-mi/CMakeLists.txt | 109 -- tools/lldb-mi/MICmdArgContext.cpp | 221 --- tools/lldb-mi/MICmdArgContext.h | 43 - tools/lldb-mi/MICmdArgSet.cpp | 386 ---- tools/lldb-mi/MICmdArgSet.h | 107 -- tools/lldb-mi/MICmdArgValBase.cpp | 129 -- tools/lldb-mi/MICmdArgValBase.h | 115 -- tools/lldb-mi/MICmdArgValConsume.cpp | 88 - tools/lldb-mi/MICmdArgValConsume.h | 53 - tools/lldb-mi/MICmdArgValFile.cpp | 178 -- tools/lldb-mi/MICmdArgValFile.h | 47 - tools/lldb-mi/MICmdArgValListBase.cpp | 209 --- tools/lldb-mi/MICmdArgValListBase.h | 101 -- tools/lldb-mi/MICmdArgValListOfN.cpp | 167 -- tools/lldb-mi/MICmdArgValListOfN.h | 92 - tools/lldb-mi/MICmdArgValNumber.cpp | 156 -- tools/lldb-mi/MICmdArgValNumber.h | 69 - tools/lldb-mi/MICmdArgValOptionLong.cpp | 291 --- tools/lldb-mi/MICmdArgValOptionLong.h | 104 -- tools/lldb-mi/MICmdArgValOptionShort.cpp | 121 -- tools/lldb-mi/MICmdArgValOptionShort.h | 59 - tools/lldb-mi/MICmdArgValPrintValues.cpp | 125 -- tools/lldb-mi/MICmdArgValPrintValues.h | 56 - tools/lldb-mi/MICmdArgValString.cpp | 380 ---- tools/lldb-mi/MICmdArgValString.h | 82 - tools/lldb-mi/MICmdArgValThreadGrp.cpp | 141 -- tools/lldb-mi/MICmdArgValThreadGrp.h | 53 - tools/lldb-mi/MICmdBase.cpp | 329 ---- tools/lldb-mi/MICmdBase.h | 193 -- tools/lldb-mi/MICmdCmd.cpp | 158 -- tools/lldb-mi/MICmdCmd.h | 90 - tools/lldb-mi/MICmdCmdBreak.cpp | 1024 ----------- tools/lldb-mi/MICmdCmdBreak.h | 262 --- tools/lldb-mi/MICmdCmdData.cpp | 1673 ----------------- tools/lldb-mi/MICmdCmdData.h | 381 ---- tools/lldb-mi/MICmdCmdEnviro.cpp | 145 -- tools/lldb-mi/MICmdCmdEnviro.h | 57 - tools/lldb-mi/MICmdCmdExec.cpp | 1115 ------------ tools/lldb-mi/MICmdCmdExec.h | 316 ---- tools/lldb-mi/MICmdCmdFile.cpp | 206 --- tools/lldb-mi/MICmdCmdFile.h | 66 - tools/lldb-mi/MICmdCmdGdbInfo.cpp | 225 --- tools/lldb-mi/MICmdCmdGdbInfo.h | 87 - tools/lldb-mi/MICmdCmdGdbSet.cpp | 491 ----- tools/lldb-mi/MICmdCmdGdbSet.h | 101 -- tools/lldb-mi/MICmdCmdGdbShow.cpp | 395 ---- tools/lldb-mi/MICmdCmdGdbShow.h | 101 -- tools/lldb-mi/MICmdCmdGdbThread.cpp | 89 - tools/lldb-mi/MICmdCmdGdbThread.h | 50 - tools/lldb-mi/MICmdCmdMiscellanous.cpp | 586 ------ tools/lldb-mi/MICmdCmdMiscellanous.h | 156 -- tools/lldb-mi/MICmdCmdStack.cpp | 1053 ----------- tools/lldb-mi/MICmdCmdStack.h | 256 --- tools/lldb-mi/MICmdCmdSupportInfo.cpp | 117 -- tools/lldb-mi/MICmdCmdSupportInfo.h | 58 - tools/lldb-mi/MICmdCmdSupportList.cpp | 96 - tools/lldb-mi/MICmdCmdSupportList.h | 51 - tools/lldb-mi/MICmdCmdSymbol.cpp | 177 -- tools/lldb-mi/MICmdCmdSymbol.h | 59 - tools/lldb-mi/MICmdCmdTarget.cpp | 447 ----- tools/lldb-mi/MICmdCmdTarget.h | 117 -- tools/lldb-mi/MICmdCmdThread.cpp | 211 --- tools/lldb-mi/MICmdCmdThread.h | 69 - tools/lldb-mi/MICmdCmdTrace.cpp | 88 - tools/lldb-mi/MICmdCmdTrace.h | 50 - tools/lldb-mi/MICmdCmdVar.cpp | 1460 --------------- tools/lldb-mi/MICmdCmdVar.h | 348 ---- tools/lldb-mi/MICmdCommands.cpp | 134 -- tools/lldb-mi/MICmdCommands.h | 19 - tools/lldb-mi/MICmdData.cpp | 10 - tools/lldb-mi/MICmdData.h | 58 - tools/lldb-mi/MICmdFactory.cpp | 206 --- tools/lldb-mi/MICmdFactory.h | 84 - tools/lldb-mi/MICmdInterpreter.cpp | 290 --- tools/lldb-mi/MICmdInterpreter.h | 62 - tools/lldb-mi/MICmdInvoker.cpp | 321 ---- tools/lldb-mi/MICmdInvoker.h | 103 -- tools/lldb-mi/MICmdMgr.cpp | 248 --- tools/lldb-mi/MICmdMgr.h | 69 - tools/lldb-mi/MICmdMgrSetCmdDeleteCallback.cpp | 87 - tools/lldb-mi/MICmdMgrSetCmdDeleteCallback.h | 72 - tools/lldb-mi/MICmnBase.cpp | 123 -- tools/lldb-mi/MICmnBase.h | 46 - tools/lldb-mi/MICmnConfig.h | 19 - tools/lldb-mi/MICmnLLDBBroadcaster.cpp | 68 - tools/lldb-mi/MICmnLLDBBroadcaster.h | 44 - tools/lldb-mi/MICmnLLDBDebugSessionInfo.cpp | 863 --------- tools/lldb-mi/MICmnLLDBDebugSessionInfo.h | 292 --- tools/lldb-mi/MICmnLLDBDebugSessionInfoVarObj.cpp | 573 ------ tools/lldb-mi/MICmnLLDBDebugSessionInfoVarObj.h | 139 -- tools/lldb-mi/MICmnLLDBDebugger.cpp | 905 ---------- tools/lldb-mi/MICmnLLDBDebugger.h | 134 -- tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.cpp | 1883 -------------------- tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.h | 99 - tools/lldb-mi/MICmnLLDBProxySBValue.cpp | 134 -- tools/lldb-mi/MICmnLLDBProxySBValue.h | 34 - tools/lldb-mi/MICmnLLDBUtilSBValue.cpp | 497 ------ tools/lldb-mi/MICmnLLDBUtilSBValue.h | 77 - tools/lldb-mi/MICmnLog.cpp | 330 ---- tools/lldb-mi/MICmnLog.h | 138 -- tools/lldb-mi/MICmnLogMediumFile.cpp | 385 ---- tools/lldb-mi/MICmnLogMediumFile.h | 84 - tools/lldb-mi/MICmnMIOutOfBandRecord.cpp | 202 --- tools/lldb-mi/MICmnMIOutOfBandRecord.h | 93 - tools/lldb-mi/MICmnMIResultRecord.cpp | 133 -- tools/lldb-mi/MICmnMIResultRecord.h | 79 - tools/lldb-mi/MICmnMIValue.cpp | 43 - tools/lldb-mi/MICmnMIValue.h | 50 - tools/lldb-mi/MICmnMIValueConst.cpp | 77 - tools/lldb-mi/MICmnMIValueConst.h | 59 - tools/lldb-mi/MICmnMIValueList.cpp | 177 -- tools/lldb-mi/MICmnMIValueList.h | 55 - tools/lldb-mi/MICmnMIValueResult.cpp | 116 -- tools/lldb-mi/MICmnMIValueResult.h | 66 - tools/lldb-mi/MICmnMIValueTuple.cpp | 194 -- tools/lldb-mi/MICmnMIValueTuple.h | 63 - tools/lldb-mi/MICmnResources.cpp | 619 ------- tools/lldb-mi/MICmnResources.h | 339 ---- tools/lldb-mi/MICmnStreamStderr.cpp | 249 --- tools/lldb-mi/MICmnStreamStderr.h | 61 - tools/lldb-mi/MICmnStreamStdin.cpp | 218 --- tools/lldb-mi/MICmnStreamStdin.h | 60 - tools/lldb-mi/MICmnStreamStdout.cpp | 230 --- tools/lldb-mi/MICmnStreamStdout.h | 62 - tools/lldb-mi/MICmnThreadMgrStd.cpp | 145 -- tools/lldb-mi/MICmnThreadMgrStd.h | 123 -- tools/lldb-mi/MIDataTypes.h | 60 - tools/lldb-mi/MIDriver.cpp | 1318 -------------- tools/lldb-mi/MIDriver.h | 180 -- tools/lldb-mi/MIDriverBase.cpp | 179 -- tools/lldb-mi/MIDriverBase.h | 67 - tools/lldb-mi/MIDriverMain.cpp | 194 -- tools/lldb-mi/MIDriverMgr.cpp | 727 -------- tools/lldb-mi/MIDriverMgr.h | 128 -- tools/lldb-mi/MIExtensions.txt | 104 -- tools/lldb-mi/MIReadMe.txt | 37 - tools/lldb-mi/MIUtilDateTimeStd.cpp | 84 - tools/lldb-mi/MIUtilDateTimeStd.h | 40 - tools/lldb-mi/MIUtilDebug.cpp | 91 - tools/lldb-mi/MIUtilDebug.h | 79 - tools/lldb-mi/MIUtilFileStd.cpp | 282 --- tools/lldb-mi/MIUtilFileStd.h | 48 - tools/lldb-mi/MIUtilMapIdToVariant.cpp | 99 - tools/lldb-mi/MIUtilMapIdToVariant.h | 129 -- tools/lldb-mi/MIUtilSingletonBase.h | 52 - tools/lldb-mi/MIUtilSingletonHelper.h | 81 - tools/lldb-mi/MIUtilString.cpp | 915 ---------- tools/lldb-mi/MIUtilString.h | 95 - tools/lldb-mi/MIUtilThreadBaseStd.cpp | 302 ---- tools/lldb-mi/MIUtilThreadBaseStd.h | 140 -- tools/lldb-mi/MIUtilVariant.cpp | 344 ---- tools/lldb-mi/MIUtilVariant.h | 247 --- tools/lldb-mi/Platform.h | 87 - tools/lldb-mi/lldb-Info.plist | 21 - tools/lldb-mi/module.modulemap | 79 - unittests/tools/CMakeLists.txt | 3 - unittests/tools/lldb-mi/CMakeLists.txt | 2 - unittests/tools/lldb-mi/utils/CMakeLists.txt | 13 - unittests/tools/lldb-mi/utils/StringTest.cpp | 32 - 196 files changed, 35601 deletions(-) delete mode 100644 lit/tools/lldb-instr/Inputs/foo.cpp delete mode 100644 lit/tools/lldb-instr/Inputs/foo.h delete mode 100644 lit/tools/lldb-instr/TestInstrumentationRecord.test delete mode 100644 lit/tools/lldb-instr/TestInstrumentationRegister.test delete mode 100644 lit/tools/lldb-instr/lit.local.cfg delete mode 100644 lit/tools/lldb-mi/breakpoint/break-insert-enable-pending.test delete mode 100644 lit/tools/lldb-mi/breakpoint/break-insert.test delete mode 100644 lit/tools/lldb-mi/breakpoint/inputs/break-insert-pending.c delete mode 100644 lit/tools/lldb-mi/breakpoint/inputs/break-insert.c delete mode 100644 lit/tools/lldb-mi/breakpoint/lit.local.cfg delete mode 100644 lit/tools/lldb-mi/data/data-info-line.test delete mode 100644 lit/tools/lldb-mi/data/inputs/data-info-line.c delete mode 100644 lit/tools/lldb-mi/data/lit.local.cfg delete mode 100644 lit/tools/lldb-mi/exec/exec-continue.test delete mode 100644 lit/tools/lldb-mi/exec/exec-finish.test delete mode 100644 lit/tools/lldb-mi/exec/exec-interrupt.test delete mode 100644 lit/tools/lldb-mi/exec/exec-next-instruction.test delete mode 100644 lit/tools/lldb-mi/exec/exec-next.test delete mode 100644 lit/tools/lldb-mi/exec/exec-run-wrong-binary.test delete mode 100644 lit/tools/lldb-mi/exec/exec-step-instruction.test delete mode 100644 lit/tools/lldb-mi/exec/exec-step.test delete mode 100644 lit/tools/lldb-mi/exec/inputs/main.c delete mode 100644 lit/tools/lldb-mi/exec/lit.local.cfg delete mode 100644 lit/tools/lldb-mi/lit.local.cfg delete mode 100644 lit/tools/lldb-mi/symbol/inputs/list-lines-helper.c delete mode 100644 lit/tools/lldb-mi/symbol/inputs/list-lines-helper.h delete mode 100644 lit/tools/lldb-mi/symbol/inputs/main.c delete mode 100644 lit/tools/lldb-mi/symbol/inputs/symbol-list-lines.c delete mode 100644 lit/tools/lldb-mi/symbol/inputs/symbol-list-lines.h delete mode 100644 lit/tools/lldb-mi/symbol/lit.local.cfg delete mode 100644 lit/tools/lldb-mi/symbol/symbol-list-lines.test delete mode 100644 lit/tools/lldb-mi/target/inputs/main.c delete mode 100644 lit/tools/lldb-mi/target/inputs/target-select-so-path.py delete mode 100644 lit/tools/lldb-mi/target/lit.local.cfg delete mode 100644 lit/tools/lldb-mi/target/target-select-so-path.test delete mode 100644 lit/tools/lldb-server/TestGdbserverPort.test delete mode 100644 tools/lldb-mi/CMakeLists.txt delete mode 100644 tools/lldb-mi/MICmdArgContext.cpp delete mode 100644 tools/lldb-mi/MICmdArgContext.h delete mode 100644 tools/lldb-mi/MICmdArgSet.cpp delete mode 100644 tools/lldb-mi/MICmdArgSet.h delete mode 100644 tools/lldb-mi/MICmdArgValBase.cpp delete mode 100644 tools/lldb-mi/MICmdArgValBase.h delete mode 100644 tools/lldb-mi/MICmdArgValConsume.cpp delete mode 100644 tools/lldb-mi/MICmdArgValConsume.h delete mode 100644 tools/lldb-mi/MICmdArgValFile.cpp delete mode 100644 tools/lldb-mi/MICmdArgValFile.h delete mode 100644 tools/lldb-mi/MICmdArgValListBase.cpp delete mode 100644 tools/lldb-mi/MICmdArgValListBase.h delete mode 100644 tools/lldb-mi/MICmdArgValListOfN.cpp delete mode 100644 tools/lldb-mi/MICmdArgValListOfN.h delete mode 100644 tools/lldb-mi/MICmdArgValNumber.cpp delete mode 100644 tools/lldb-mi/MICmdArgValNumber.h delete mode 100644 tools/lldb-mi/MICmdArgValOptionLong.cpp delete mode 100644 tools/lldb-mi/MICmdArgValOptionLong.h delete mode 100644 tools/lldb-mi/MICmdArgValOptionShort.cpp delete mode 100644 tools/lldb-mi/MICmdArgValOptionShort.h delete mode 100644 tools/lldb-mi/MICmdArgValPrintValues.cpp delete mode 100644 tools/lldb-mi/MICmdArgValPrintValues.h delete mode 100644 tools/lldb-mi/MICmdArgValString.cpp delete mode 100644 tools/lldb-mi/MICmdArgValString.h delete mode 100644 tools/lldb-mi/MICmdArgValThreadGrp.cpp delete mode 100644 tools/lldb-mi/MICmdArgValThreadGrp.h delete mode 100644 tools/lldb-mi/MICmdBase.cpp delete mode 100644 tools/lldb-mi/MICmdBase.h delete mode 100644 tools/lldb-mi/MICmdCmd.cpp delete mode 100644 tools/lldb-mi/MICmdCmd.h delete mode 100644 tools/lldb-mi/MICmdCmdBreak.cpp delete mode 100644 tools/lldb-mi/MICmdCmdBreak.h delete mode 100644 tools/lldb-mi/MICmdCmdData.cpp delete mode 100644 tools/lldb-mi/MICmdCmdData.h delete mode 100644 tools/lldb-mi/MICmdCmdEnviro.cpp delete mode 100644 tools/lldb-mi/MICmdCmdEnviro.h delete mode 100644 tools/lldb-mi/MICmdCmdExec.cpp delete mode 100644 tools/lldb-mi/MICmdCmdExec.h delete mode 100644 tools/lldb-mi/MICmdCmdFile.cpp delete mode 100644 tools/lldb-mi/MICmdCmdFile.h delete mode 100644 tools/lldb-mi/MICmdCmdGdbInfo.cpp delete mode 100644 tools/lldb-mi/MICmdCmdGdbInfo.h delete mode 100644 tools/lldb-mi/MICmdCmdGdbSet.cpp delete mode 100644 tools/lldb-mi/MICmdCmdGdbSet.h delete mode 100644 tools/lldb-mi/MICmdCmdGdbShow.cpp delete mode 100644 tools/lldb-mi/MICmdCmdGdbShow.h delete mode 100644 tools/lldb-mi/MICmdCmdGdbThread.cpp delete mode 100644 tools/lldb-mi/MICmdCmdGdbThread.h delete mode 100644 tools/lldb-mi/MICmdCmdMiscellanous.cpp delete mode 100644 tools/lldb-mi/MICmdCmdMiscellanous.h delete mode 100644 tools/lldb-mi/MICmdCmdStack.cpp delete mode 100644 tools/lldb-mi/MICmdCmdStack.h delete mode 100644 tools/lldb-mi/MICmdCmdSupportInfo.cpp delete mode 100644 tools/lldb-mi/MICmdCmdSupportInfo.h delete mode 100644 tools/lldb-mi/MICmdCmdSupportList.cpp delete mode 100644 tools/lldb-mi/MICmdCmdSupportList.h delete mode 100644 tools/lldb-mi/MICmdCmdSymbol.cpp delete mode 100644 tools/lldb-mi/MICmdCmdSymbol.h delete mode 100644 tools/lldb-mi/MICmdCmdTarget.cpp delete mode 100644 tools/lldb-mi/MICmdCmdTarget.h delete mode 100644 tools/lldb-mi/MICmdCmdThread.cpp delete mode 100644 tools/lldb-mi/MICmdCmdThread.h delete mode 100644 tools/lldb-mi/MICmdCmdTrace.cpp delete mode 100644 tools/lldb-mi/MICmdCmdTrace.h delete mode 100644 tools/lldb-mi/MICmdCmdVar.cpp delete mode 100644 tools/lldb-mi/MICmdCmdVar.h delete mode 100644 tools/lldb-mi/MICmdCommands.cpp delete mode 100644 tools/lldb-mi/MICmdCommands.h delete mode 100644 tools/lldb-mi/MICmdData.cpp delete mode 100644 tools/lldb-mi/MICmdData.h delete mode 100644 tools/lldb-mi/MICmdFactory.cpp delete mode 100644 tools/lldb-mi/MICmdFactory.h delete mode 100644 tools/lldb-mi/MICmdInterpreter.cpp delete mode 100644 tools/lldb-mi/MICmdInterpreter.h delete mode 100644 tools/lldb-mi/MICmdInvoker.cpp delete mode 100644 tools/lldb-mi/MICmdInvoker.h delete mode 100644 tools/lldb-mi/MICmdMgr.cpp delete mode 100644 tools/lldb-mi/MICmdMgr.h delete mode 100644 tools/lldb-mi/MICmdMgrSetCmdDeleteCallback.cpp delete mode 100644 tools/lldb-mi/MICmdMgrSetCmdDeleteCallback.h delete mode 100644 tools/lldb-mi/MICmnBase.cpp delete mode 100644 tools/lldb-mi/MICmnBase.h delete mode 100644 tools/lldb-mi/MICmnConfig.h delete mode 100644 tools/lldb-mi/MICmnLLDBBroadcaster.cpp delete mode 100644 tools/lldb-mi/MICmnLLDBBroadcaster.h delete mode 100644 tools/lldb-mi/MICmnLLDBDebugSessionInfo.cpp delete mode 100644 tools/lldb-mi/MICmnLLDBDebugSessionInfo.h delete mode 100644 tools/lldb-mi/MICmnLLDBDebugSessionInfoVarObj.cpp delete mode 100644 tools/lldb-mi/MICmnLLDBDebugSessionInfoVarObj.h delete mode 100644 tools/lldb-mi/MICmnLLDBDebugger.cpp delete mode 100644 tools/lldb-mi/MICmnLLDBDebugger.h delete mode 100644 tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.cpp delete mode 100644 tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.h delete mode 100644 tools/lldb-mi/MICmnLLDBProxySBValue.cpp delete mode 100644 tools/lldb-mi/MICmnLLDBProxySBValue.h delete mode 100644 tools/lldb-mi/MICmnLLDBUtilSBValue.cpp delete mode 100644 tools/lldb-mi/MICmnLLDBUtilSBValue.h delete mode 100644 tools/lldb-mi/MICmnLog.cpp delete mode 100644 tools/lldb-mi/MICmnLog.h delete mode 100644 tools/lldb-mi/MICmnLogMediumFile.cpp delete mode 100644 tools/lldb-mi/MICmnLogMediumFile.h delete mode 100644 tools/lldb-mi/MICmnMIOutOfBandRecord.cpp delete mode 100644 tools/lldb-mi/MICmnMIOutOfBandRecord.h delete mode 100644 tools/lldb-mi/MICmnMIResultRecord.cpp delete mode 100644 tools/lldb-mi/MICmnMIResultRecord.h delete mode 100644 tools/lldb-mi/MICmnMIValue.cpp delete mode 100644 tools/lldb-mi/MICmnMIValue.h delete mode 100644 tools/lldb-mi/MICmnMIValueConst.cpp delete mode 100644 tools/lldb-mi/MICmnMIValueConst.h delete mode 100644 tools/lldb-mi/MICmnMIValueList.cpp delete mode 100644 tools/lldb-mi/MICmnMIValueList.h delete mode 100644 tools/lldb-mi/MICmnMIValueResult.cpp delete mode 100644 tools/lldb-mi/MICmnMIValueResult.h delete mode 100644 tools/lldb-mi/MICmnMIValueTuple.cpp delete mode 100644 tools/lldb-mi/MICmnMIValueTuple.h delete mode 100644 tools/lldb-mi/MICmnResources.cpp delete mode 100644 tools/lldb-mi/MICmnResources.h delete mode 100644 tools/lldb-mi/MICmnStreamStderr.cpp delete mode 100644 tools/lldb-mi/MICmnStreamStderr.h delete mode 100644 tools/lldb-mi/MICmnStreamStdin.cpp delete mode 100644 tools/lldb-mi/MICmnStreamStdin.h delete mode 100644 tools/lldb-mi/MICmnStreamStdout.cpp delete mode 100644 tools/lldb-mi/MICmnStreamStdout.h delete mode 100644 tools/lldb-mi/MICmnThreadMgrStd.cpp delete mode 100644 tools/lldb-mi/MICmnThreadMgrStd.h delete mode 100644 tools/lldb-mi/MIDataTypes.h delete mode 100644 tools/lldb-mi/MIDriver.cpp delete mode 100644 tools/lldb-mi/MIDriver.h delete mode 100644 tools/lldb-mi/MIDriverBase.cpp delete mode 100644 tools/lldb-mi/MIDriverBase.h delete mode 100644 tools/lldb-mi/MIDriverMain.cpp delete mode 100644 tools/lldb-mi/MIDriverMgr.cpp delete mode 100644 tools/lldb-mi/MIDriverMgr.h delete mode 100644 tools/lldb-mi/MIExtensions.txt delete mode 100644 tools/lldb-mi/MIReadMe.txt delete mode 100644 tools/lldb-mi/MIUtilDateTimeStd.cpp delete mode 100644 tools/lldb-mi/MIUtilDateTimeStd.h delete mode 100644 tools/lldb-mi/MIUtilDebug.cpp delete mode 100644 tools/lldb-mi/MIUtilDebug.h delete mode 100644 tools/lldb-mi/MIUtilFileStd.cpp delete mode 100644 tools/lldb-mi/MIUtilFileStd.h delete mode 100644 tools/lldb-mi/MIUtilMapIdToVariant.cpp delete mode 100644 tools/lldb-mi/MIUtilMapIdToVariant.h delete mode 100644 tools/lldb-mi/MIUtilSingletonBase.h delete mode 100644 tools/lldb-mi/MIUtilSingletonHelper.h delete mode 100644 tools/lldb-mi/MIUtilString.cpp delete mode 100644 tools/lldb-mi/MIUtilString.h delete mode 100644 tools/lldb-mi/MIUtilThreadBaseStd.cpp delete mode 100644 tools/lldb-mi/MIUtilThreadBaseStd.h delete mode 100644 tools/lldb-mi/MIUtilVariant.cpp delete mode 100644 tools/lldb-mi/MIUtilVariant.h delete mode 100644 tools/lldb-mi/Platform.h delete mode 100644 tools/lldb-mi/lldb-Info.plist delete mode 100644 tools/lldb-mi/module.modulemap delete mode 100644 unittests/tools/lldb-mi/CMakeLists.txt delete mode 100644 unittests/tools/lldb-mi/utils/CMakeLists.txt delete mode 100644 unittests/tools/lldb-mi/utils/StringTest.cpp