llvm-project/lldb/tools/lldb-mi
Ed Maste 4cfcca7b6f Restore fixes reverted by r211607:
r209631: Use MIUtilSystemLinux on FreeBSD as well

  We should later rename this file (probably MIUtilSystemPOSIX), but
  more clean-up is still needed here, and we can wait until we better
  understand how this code may be shared between FreeBSD, Linux, and OS X.

r209632: Add stdlib.h for malloc and friends

r209633: Remove include of obsolete stropts.h header

  The header is for POSIX streams functionality, and does not exist on
  FreeBSD, OS X, or contemporary Linux distributions.

Issue reported by John Wolfe.

llvm-svn: 211620
2014-06-24 19:16:18 +00:00
..
CMakeLists.txt Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
Driver.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
Driver.h
MICmdArgContext.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdArgContext.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdArgSet.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdArgSet.h
MICmdArgValBase.cpp
MICmdArgValBase.h
MICmdArgValConsume.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdArgValConsume.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdArgValFile.cpp
MICmdArgValFile.h
MICmdArgValListBase.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdArgValListBase.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdArgValListOfN.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdArgValListOfN.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdArgValNumber.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdArgValNumber.h
MICmdArgValOptionLong.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdArgValOptionLong.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdArgValOptionShort.cpp
MICmdArgValOptionShort.h
MICmdArgValString.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdArgValString.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdArgValThreadGrp.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdArgValThreadGrp.h
MICmdBase.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdBase.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdCmd.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdCmd.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdCmdBreak.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdCmdBreak.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdCmdData.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdCmdData.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdCmdEnviro.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdCmdEnviro.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdCmdExec.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdCmdExec.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdCmdFile.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdCmdFile.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdCmdGdbInfo.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdCmdGdbInfo.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdCmdGdbSet.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdCmdGdbSet.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdCmdGdbThread.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdCmdGdbThread.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdCmdMiscellanous.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdCmdMiscellanous.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdCmdStack.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdCmdStack.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdCmdSupportInfo.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdCmdSupportInfo.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdCmdSupportList.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdCmdSupportList.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdCmdTarget.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdCmdTarget.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdCmdThread.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdCmdThread.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdCmdTrace.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdCmdTrace.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdCmdVar.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdCmdVar.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdCommands.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdCommands.h
MICmdData.cpp
MICmdData.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdFactory.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdFactory.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdInterpreter.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdInterpreter.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdInvoker.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmdInvoker.h
MICmdMgr.cpp
MICmdMgr.h
MICmdMgrSetCmdDeleteCallback.cpp
MICmdMgrSetCmdDeleteCallback.h
MICmnBase.cpp
MICmnBase.h
MICmnConfig.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmnLLDBBroadcaster.cpp
MICmnLLDBBroadcaster.h
MICmnLLDBDebugSessionInfo.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmnLLDBDebugSessionInfo.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmnLLDBDebugSessionInfoVarObj.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmnLLDBDebugSessionInfoVarObj.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmnLLDBDebugger.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmnLLDBDebugger.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmnLLDBDebuggerHandleEvents.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmnLLDBDebuggerHandleEvents.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmnLLDBProxySBValue.cpp Restore fixes reverted by r211607: 2014-06-24 19:16:18 +00:00
MICmnLLDBProxySBValue.h
MICmnLog.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmnLog.h
MICmnLogMediumFile.cpp Restore fixes reverted by r211607: 2014-06-24 19:16:18 +00:00
MICmnLogMediumFile.h
MICmnMIOutOfBandRecord.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmnMIOutOfBandRecord.h
MICmnMIResultRecord.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmnMIResultRecord.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmnMIValue.cpp
MICmnMIValue.h
MICmnMIValueConst.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmnMIValueConst.h
MICmnMIValueList.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmnMIValueList.h
MICmnMIValueResult.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmnMIValueResult.h
MICmnMIValueTuple.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmnMIValueTuple.h
MICmnResources.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmnResources.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmnStreamStderr.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmnStreamStderr.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmnStreamStdin.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmnStreamStdin.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmnStreamStdinLinux.cpp Restore fixes reverted by r211607: 2014-06-24 19:16:18 +00:00
MICmnStreamStdinLinux.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmnStreamStdinWindows.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmnStreamStdinWindows.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmnStreamStdout.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmnStreamStdout.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmnThreadMgrStd.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MICmnThreadMgrStd.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MIDataTypes.h
MIDriver.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MIDriver.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MIDriverBase.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MIDriverBase.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MIDriverMain.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MIDriverMgr.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MIDriverMgr.h
MIReadMe.txt Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MIUtilDateTimeStd.cpp
MIUtilDateTimeStd.h
MIUtilDebug.cpp
MIUtilDebug.h
MIUtilFileStd.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MIUtilFileStd.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MIUtilMapIdToVariant.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MIUtilMapIdToVariant.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MIUtilSingletonBase.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MIUtilSingletonHelper.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MIUtilString.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MIUtilString.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MIUtilSystemLinux.cpp Restore fixes reverted by r211607: 2014-06-24 19:16:18 +00:00
MIUtilSystemLinux.h Restore fixes reverted by r211607: 2014-06-24 19:16:18 +00:00
MIUtilSystemOsx.cpp
MIUtilSystemOsx.h
MIUtilSystemWindows.cpp
MIUtilSystemWindows.h
MIUtilTermios.cpp
MIUtilTermios.h
MIUtilThreadBaseStd.cpp
MIUtilThreadBaseStd.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MIUtilVariant.cpp Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
MIUtilVariant.h Added support for new MI commands and bug fixes. More details in MIReadme.txt. 2014-06-24 16:35:50 +00:00
Makefile
Platform.cpp
Platform.h
lldb-Info.plist