hanchenye-llvm-project/lldb/tools/lldb-mi
Pavel Labath b6dbe9a99c Clean up lldb-types.h
Summary:
It defined a couple of types (condition_t) which we don't use anymore,
as we have c++11 goodies now. I remove these definitions.

Also it unnecessarily included a couple of headers which weren't
necessary for it's operation. I remove these, and place the includes in
the relevant files (usually .cpp, usually in Host code) which use them.
This allows us to reduce namespace pollution in most of the lldb files
which don't need the OS-specific definitions.

Reviewers: zturner, jingham

Subscribers: ki.stfu, lldb-commits

Differential Revision: https://reviews.llvm.org/D35113

llvm-svn: 308304
2017-07-18 13:14:01 +00:00
..
CMakeLists.txt [cmake] Remove VERSION property from executable targets 2017-02-01 19:12:22 +00:00
MICmdArgContext.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdArgContext.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdArgSet.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdArgSet.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdArgValBase.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdArgValBase.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdArgValConsume.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdArgValConsume.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdArgValFile.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdArgValFile.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdArgValListBase.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdArgValListBase.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdArgValListOfN.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdArgValListOfN.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdArgValNumber.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdArgValNumber.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdArgValOptionLong.cpp Fix parsing expressions to evaluate with spaces and optional args (MI) 2016-09-22 05:08:41 +00:00
MICmdArgValOptionLong.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdArgValOptionShort.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdArgValOptionShort.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdArgValPrintValues.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdArgValPrintValues.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdArgValString.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdArgValString.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdArgValThreadGrp.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdArgValThreadGrp.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdBase.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
MICmdBase.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdCmd.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdCmd.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdCmdBreak.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdCmdBreak.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdCmdData.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdCmdData.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
MICmdCmdEnviro.cpp [lldb-mi] Fix implementation for a few mi commands 2017-01-05 13:23:47 +00:00
MICmdCmdEnviro.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdCmdExec.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdCmdExec.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdCmdFile.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdCmdFile.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdCmdGdbInfo.cpp Make lldb -Werror clean on Windows. 2016-10-05 17:07:34 +00:00
MICmdCmdGdbInfo.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdCmdGdbSet.cpp [lldb-mi] Fix implementation for a few mi commands 2017-01-05 13:23:47 +00:00
MICmdCmdGdbSet.h [lldb-mi] Fix implementation for a few mi commands 2017-01-05 13:23:47 +00:00
MICmdCmdGdbShow.cpp [lldb-mi] Fix implementation for a few mi commands 2017-01-05 13:23:47 +00:00
MICmdCmdGdbShow.h [lldb-mi] Fix implementation for a few mi commands 2017-01-05 13:23:47 +00:00
MICmdCmdGdbThread.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdCmdGdbThread.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdCmdMiscellanous.cpp [lldb-mi] Fix implementation for a few mi commands 2017-01-05 13:23:47 +00:00
MICmdCmdMiscellanous.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdCmdStack.cpp iwyu fixes on lldbUtility. 2017-04-06 18:12:24 +00:00
MICmdCmdStack.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdCmdSupportInfo.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdCmdSupportInfo.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdCmdSupportList.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdCmdSupportList.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdCmdSymbol.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdCmdSymbol.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdCmdTarget.cpp [lldb-mi] Fix implementation for a few mi commands 2017-01-05 13:23:47 +00:00
MICmdCmdTarget.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdCmdThread.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdCmdThread.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdCmdTrace.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdCmdTrace.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdCmdVar.cpp Fix a small issue with -var-update. 2017-06-01 10:33:13 +00:00
MICmdCmdVar.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdCommands.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdCommands.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdData.cpp
MICmdData.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdFactory.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdFactory.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdInterpreter.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdInterpreter.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdInvoker.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdInvoker.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdMgr.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdMgr.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdMgrSetCmdDeleteCallback.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmdMgrSetCmdDeleteCallback.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmnBase.cpp Do not pass non-POD type variables through variadic function 2017-02-01 16:02:55 +00:00
MICmnBase.h Do not pass non-POD type variables through variadic function 2017-02-01 16:02:55 +00:00
MICmnConfig.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmnLLDBBroadcaster.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmnLLDBBroadcaster.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmnLLDBDebugSessionInfo.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmnLLDBDebugSessionInfo.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmnLLDBDebugSessionInfoVarObj.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmnLLDBDebugSessionInfoVarObj.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmnLLDBDebugger.cpp Clean up lldb-types.h 2017-07-18 13:14:01 +00:00
MICmnLLDBDebugger.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmnLLDBDebuggerHandleEvents.cpp iwyu fixes on lldbUtility. 2017-04-06 18:12:24 +00:00
MICmnLLDBDebuggerHandleEvents.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmnLLDBProxySBValue.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmnLLDBProxySBValue.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmnLLDBUtilSBValue.cpp [LLDB-MI] Minor cleanup of CMICmnLLDBUtilSBValue class 2016-10-14 12:58:02 +00:00
MICmnLLDBUtilSBValue.h [LLDB-MI] Minor cleanup of CMICmnLLDBUtilSBValue class 2016-10-14 12:58:02 +00:00
MICmnLog.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmnLog.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmnLogMediumFile.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmnLogMediumFile.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmnMIOutOfBandRecord.cpp [lldb-mi] Fix implementation for a few mi commands 2017-01-05 13:23:47 +00:00
MICmnMIOutOfBandRecord.h [lldb-mi] Fix implementation for a few mi commands 2017-01-05 13:23:47 +00:00
MICmnMIResultRecord.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmnMIResultRecord.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmnMIValue.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmnMIValue.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmnMIValueConst.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmnMIValueConst.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmnMIValueList.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmnMIValueList.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmnMIValueResult.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmnMIValueResult.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmnMIValueTuple.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmnMIValueTuple.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmnResources.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmnResources.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmnStreamStderr.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmnStreamStderr.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmnStreamStdin.cpp Fix build for mingw. 2016-12-15 15:00:41 +00:00
MICmnStreamStdin.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmnStreamStdout.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmnStreamStdout.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmnThreadMgrStd.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MICmnThreadMgrStd.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MIDataTypes.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MIDriver.cpp Clean up lldb-types.h 2017-07-18 13:14:01 +00:00
MIDriver.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MIDriverBase.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
MIDriverBase.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MIDriverMain.cpp Clean up lldb-types.h 2017-07-18 13:14:01 +00:00
MIDriverMgr.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MIDriverMgr.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MIExtensions.txt
MIReadMe.txt
MIUtilDateTimeStd.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MIUtilDateTimeStd.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MIUtilDebug.cpp Fix build for mingw. 2016-12-15 15:00:41 +00:00
MIUtilDebug.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MIUtilFileStd.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MIUtilFileStd.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MIUtilMapIdToVariant.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MIUtilMapIdToVariant.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MIUtilSingletonBase.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MIUtilSingletonHelper.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MIUtilString.cpp Do not pass non-POD type variables through variadic function 2017-02-01 16:02:55 +00:00
MIUtilString.h Do not pass non-POD type variables through variadic function 2017-02-01 16:02:55 +00:00
MIUtilThreadBaseStd.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MIUtilThreadBaseStd.h [Windows] Remove the #include <eh.h> hack. 2017-03-03 20:21:59 +00:00
MIUtilVariant.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
MIUtilVariant.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Platform.h [Windows] Remove the #include <eh.h> hack. 2017-03-03 20:21:59 +00:00
lldb-Info.plist
lldb-mi.exports