> Also, fixed up typos in RenderScript code that could not possibly compile.
Typo in that, it was MacOSX-Kernel *.KDP that had typos, not RenderScript. Pardon! On Thu, Jul 28, 2016 at 10:56 AM, Todd Fiala via lldb-commits < lldb-commits@lists.llvm.org> wrote: > Author: tfiala > Date: Thu Jul 28 12:56:26 2016 > New Revision: 277012 > > URL: http://llvm.org/viewvc/llvm-project?rev=277012&view=rev > Log: > Fixed up Xcode build for r276976 and r277011. > > Also, fixed up typos in RenderScript code that could > not possibly compile. > > Modified: > lldb/trunk/lldb.xcodeproj/project.pbxproj > lldb/trunk/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.cpp > lldb/trunk/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp > > Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj > URL: > http://llvm.org/viewvc/llvm-project/lldb/trunk/lldb.xcodeproj/project.pbxproj?rev=277012&r1=277011&r2=277012&view=diff > > ============================================================================== > --- lldb/trunk/lldb.xcodeproj/project.pbxproj (original) > +++ lldb/trunk/lldb.xcodeproj/project.pbxproj Thu Jul 28 12:56:26 2016 > @@ -82,6 +82,13 @@ > 239504E31BDD454B00963CEA /* StringExtractorTest.cpp in > Sources */ = {isa = PBXBuildFile; fileRef = 2321F9441BDD346100BA9A93 /* > StringExtractorTest.cpp */; }; > 239504E41BDD454B00963CEA /* TaskPoolTest.cpp in Sources */ > = {isa = PBXBuildFile; fileRef = 2321F9451BDD346100BA9A93 /* > TaskPoolTest.cpp */; }; > 239504E51BDD454B00963CEA /* UriParserTest.cpp in Sources > */ = {isa = PBXBuildFile; fileRef = 2321F9461BDD346100BA9A93 /* > UriParserTest.cpp */; }; > + 23D065881D4A7BDA0008EDE6 /* CMakeLists.txt in CopyFiles */ > = {isa = PBXBuildFile; fileRef = 23D065811D4A7BDA0008EDE6 /* CMakeLists.txt > */; }; > + 23D0658A1D4A7BDA0008EDE6 /* RenderScriptExpressionOpts.h > in CopyFiles */ = {isa = PBXBuildFile; fileRef = 23D065831D4A7BDA0008EDE6 > /* RenderScriptExpressionOpts.h */; }; > + 23D0658C1D4A7BDA0008EDE6 /* RenderScriptRuntime.h in > CopyFiles */ = {isa = PBXBuildFile; fileRef = 23D065851D4A7BDA0008EDE6 /* > RenderScriptRuntime.h */; }; > + 23D0658E1D4A7BDA0008EDE6 /* RenderScriptx86ABIFixups.h in > CopyFiles */ = {isa = PBXBuildFile; fileRef = 23D065871D4A7BDA0008EDE6 /* > RenderScriptx86ABIFixups.h */; }; > + 23D0658F1D4A7BEE0008EDE6 /* RenderScriptExpressionOpts.cpp > in Sources */ = {isa = PBXBuildFile; fileRef = 23D065821D4A7BDA0008EDE6 /* > RenderScriptExpressionOpts.cpp */; }; > + 23D065901D4A7BEE0008EDE6 /* RenderScriptRuntime.cpp in > Sources */ = {isa = PBXBuildFile; fileRef = 23D065841D4A7BDA0008EDE6 /* > RenderScriptRuntime.cpp */; }; > + 23D065911D4A7BEE0008EDE6 /* RenderScriptx86ABIFixups.cpp > in Sources */ = {isa = PBXBuildFile; fileRef = 23D065861D4A7BDA0008EDE6 /* > RenderScriptx86ABIFixups.cpp */; }; > 23D4007D1C2101F2000C3885 /* DWARFDebugMacro.cpp in Sources > */ = {isa = PBXBuildFile; fileRef = 23E77CD61C20F29F007192AD /* > DWARFDebugMacro.cpp */; }; > 23D4007E1C210201000C3885 /* DebugMacros.cpp in Sources */ > = {isa = PBXBuildFile; fileRef = 23E77CDB1C20F2F2007192AD /* > DebugMacros.cpp */; }; > 23DCEA461D1C4D0F00A602B4 /* SBMemoryRegionInfo.cpp in > Sources */ = {isa = PBXBuildFile; fileRef = 23DCEA421D1C4C6900A602B4 /* > SBMemoryRegionInfo.cpp */; }; > @@ -420,9 +427,7 @@ > 2689006D13353E0E00698AC0 /* IRExecutionUnit.cpp in Sources > */ = {isa = PBXBuildFile; fileRef = 4C98D3DB118FB96F00E575D0 /* > IRExecutionUnit.cpp */; }; > 2689006E13353E1A00698AC0 /* File.cpp in Sources */ = {isa > = PBXBuildFile; fileRef = 260C6EA213011581005E16B0 /* File.cpp */; }; > 2689006F13353E1A00698AC0 /* FileSpec.cpp in Sources */ = > {isa = PBXBuildFile; fileRef = 26FA43171301048600E71120 /* FileSpec.cpp */; > }; > - 2689007013353E1A00698AC0 /* Condition.cpp in Sources */ = > {isa = PBXBuildFile; fileRef = 69A01E1B1236C5D400C660B5 /* Condition.cpp > */; }; > 2689007113353E1A00698AC0 /* Host.cpp in Sources */ = {isa > = PBXBuildFile; fileRef = 69A01E1C1236C5D400C660B5 /* Host.cpp */; }; > - 2689007213353E1A00698AC0 /* Mutex.cpp in Sources */ = {isa > = PBXBuildFile; fileRef = 69A01E1E1236C5D400C660B5 /* Mutex.cpp */; }; > 2689007313353E1A00698AC0 /* Symbols.cpp in Sources */ = > {isa = PBXBuildFile; fileRef = 69A01E1F1236C5D400C660B5 /* Symbols.cpp */; > }; > 2689007413353E1A00698AC0 /* Terminal.cpp in Sources */ = > {isa = PBXBuildFile; fileRef = 268DA873130095ED00C9483A /* Terminal.cpp */; > }; > 2689007513353E1A00698AC0 /* TimeValue.cpp in Sources */ = > {isa = PBXBuildFile; fileRef = 69A01E201236C5D400C660B5 /* TimeValue.cpp > */; }; > @@ -687,7 +692,6 @@ > 4959511F1A1BC4BC00F6F8FC /* ClangModulesDeclVendor.cpp in > Sources */ = {isa = PBXBuildFile; fileRef = 4959511E1A1BC4BC00F6F8FC /* > ClangModulesDeclVendor.cpp */; }; > 4966DCC4148978A10028481B /* > ClangExternalASTSourceCommon.cpp in Sources */ = {isa = PBXBuildFile; > fileRef = 4966DCC3148978A10028481B /* ClangExternalASTSourceCommon.cpp */; > }; > 49684D7C1BAB37F200E6D5D5 /* MIUtilParse.cpp in Sources */ > = {isa = PBXBuildFile; fileRef = 49684D781BAB37E400E6D5D5 /* > MIUtilParse.cpp */; }; > - 49724D991AD6ED390033C538 /* RenderScriptRuntime.cpp in > Sources */ = {isa = PBXBuildFile; fileRef = 49724D971AD6ED390033C538 /* > RenderScriptRuntime.cpp */; }; > 4984BA131B978C55008658D4 /* ClangExpressionVariable.cpp in > Sources */ = {isa = PBXBuildFile; fileRef = 4984BA0E1B978C3E008658D4 /* > ClangExpressionVariable.cpp */; }; > 4984BA161B979973008658D4 /* ExpressionVariable.cpp in > Sources */ = {isa = PBXBuildFile; fileRef = 4984BA151B979973008658D4 /* > ExpressionVariable.cpp */; }; > 4984BA181B979C08008658D4 /* ExpressionVariable.h in > Headers */ = {isa = PBXBuildFile; fileRef = 4984BA171B979C08008658D4 /* > ExpressionVariable.h */; }; > @@ -895,7 +899,6 @@ > AF27AD551D3603EA00CF2833 /* DynamicLoaderDarwin.cpp in > Sources */ = {isa = PBXBuildFile; fileRef = AF27AD531D3603EA00CF2833 /* > DynamicLoaderDarwin.cpp */; }; > AF27AD561D3603EA00CF2833 /* DynamicLoaderDarwin.h in > Headers */ = {isa = PBXBuildFile; fileRef = AF27AD541D3603EA00CF2833 /* > DynamicLoaderDarwin.h */; }; > AF2907BF1D3F082400E10654 /* DynamicLoaderMacOS.cpp in > Sources */ = {isa = PBXBuildFile; fileRef = AF2907BD1D3F082400E10654 /* > DynamicLoaderMacOS.cpp */; }; > - AF2907C01D3F082400E10654 /* DynamicLoaderMacOS.h in > Headers */ = {isa = PBXBuildFile; fileRef = AF2907BE1D3F082400E10654 /* > DynamicLoaderMacOS.h */; }; > AF2BA6EC1A707E3400C5248A /* UriParser.cpp in Sources */ = > {isa = PBXBuildFile; fileRef = 33064C991A5C7A330033D415 /* UriParser.cpp > */; }; > AF2BCA6C18C7EFDE005B4526 /* JITLoaderGDB.cpp in Sources */ > = {isa = PBXBuildFile; fileRef = AF2BCA6918C7EFDE005B4526 /* > JITLoaderGDB.cpp */; }; > AF33B4BE1C1FA441001B28D9 /* NetBSDSignals.cpp in Sources > */ = {isa = PBXBuildFile; fileRef = AF33B4BC1C1FA441001B28D9 /* > NetBSDSignals.cpp */; }; > @@ -1137,8 +1140,12 @@ > dstPath = "$(DEVELOPER_DIR)/usr/share/man/man1/"; > dstSubfolderSpec = 0; > files = ( > + 23D0658E1D4A7BDA0008EDE6 /* > RenderScriptx86ABIFixups.h in CopyFiles */, > + 23D0658C1D4A7BDA0008EDE6 /* > RenderScriptRuntime.h in CopyFiles */, > + 23D0658A1D4A7BDA0008EDE6 /* > RenderScriptExpressionOpts.h in CopyFiles */, > 49DEF1221CD7BD90006A7C7D /* BlockPointer.h > in CopyFiles */, > AF90106515AB7D3600FF120D /* lldb.1 in > CopyFiles */, > + 23D065881D4A7BDA0008EDE6 /* CMakeLists.txt > in CopyFiles */, > ); > runOnlyForDeploymentPostprocessing = 1; > }; > @@ -1217,6 +1224,13 @@ > 23AB0530199FF639003B8084 /* ProcessFreeBSD.h */ = {isa = > PBXFileReference; lastKnownFileType = sourcecode.c.h; path = > ProcessFreeBSD.h; sourceTree = "<group>"; }; > 23AB0531199FF639003B8084 /* ProcessMonitor.cpp */ = {isa = > PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = > ProcessMonitor.cpp; sourceTree = "<group>"; }; > 23AB0532199FF639003B8084 /* ProcessMonitor.h */ = {isa = > PBXFileReference; lastKnownFileType = sourcecode.c.h; path = > ProcessMonitor.h; sourceTree = "<group>"; }; > + 23D065811D4A7BDA0008EDE6 /* CMakeLists.txt */ = {isa = > PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = > CMakeLists.txt; sourceTree = "<group>"; }; > + 23D065821D4A7BDA0008EDE6 /* RenderScriptExpressionOpts.cpp > */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = > sourcecode.cpp.cpp; path = RenderScriptExpressionOpts.cpp; sourceTree = > "<group>"; }; > + 23D065831D4A7BDA0008EDE6 /* RenderScriptExpressionOpts.h > */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = > sourcecode.c.h; path = RenderScriptExpressionOpts.h; sourceTree = > "<group>"; }; > + 23D065841D4A7BDA0008EDE6 /* RenderScriptRuntime.cpp */ = > {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = > sourcecode.cpp.cpp; path = RenderScriptRuntime.cpp; sourceTree = "<group>"; > }; > + 23D065851D4A7BDA0008EDE6 /* RenderScriptRuntime.h */ = > {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = > sourcecode.c.h; path = RenderScriptRuntime.h; sourceTree = "<group>"; }; > + 23D065861D4A7BDA0008EDE6 /* RenderScriptx86ABIFixups.cpp > */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = > sourcecode.cpp.cpp; path = RenderScriptx86ABIFixups.cpp; sourceTree = > "<group>"; }; > + 23D065871D4A7BDA0008EDE6 /* RenderScriptx86ABIFixups.h */ > = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = > sourcecode.c.h; path = RenderScriptx86ABIFixups.h; sourceTree = "<group>"; > }; > 23DCEA421D1C4C6900A602B4 /* SBMemoryRegionInfo.cpp */ = > {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = > sourcecode.cpp.cpp; name = SBMemoryRegionInfo.cpp; path = > source/API/SBMemoryRegionInfo.cpp; sourceTree = "<group>"; }; > 23DCEA431D1C4C6900A602B4 /* SBMemoryRegionInfoList.cpp */ > = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = > sourcecode.cpp.cpp; name = SBMemoryRegionInfoList.cpp; path = > source/API/SBMemoryRegionInfoList.cpp; sourceTree = "<group>"; }; > 23DDF224196C3EE600BB8417 /* CommandOptionValidators.cpp */ > = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = > sourcecode.cpp.cpp; name = CommandOptionValidators.cpp; path = > source/Interpreter/CommandOptionValidators.cpp; sourceTree = "<group>"; }; > @@ -1958,10 +1972,8 @@ > 26BC7D8610F1B77400F91463 /* VMRange.h */ = {isa = > PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; > name = VMRange.h; path = include/lldb/Core/VMRange.h; sourceTree = > "<group>"; }; > 26BC7DC010F1B79500F91463 /* ClangExpressionHelper.h */ = > {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = > sourcecode.c.h; name = ClangExpressionHelper.h; path = > ExpressionParser/Clang/ClangExpressionHelper.h; sourceTree = "<group>"; }; > 26BC7DC310F1B79500F91463 /* DWARFExpression.h */ = {isa = > PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; > name = DWARFExpression.h; path = include/lldb/Expression/DWARFExpression.h; > sourceTree = "<group>"; }; > - 26BC7DD210F1B7D500F91463 /* Condition.h */ = {isa = > PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; > name = Condition.h; path = include/lldb/Host/Condition.h; sourceTree = > "<group>"; }; > 26BC7DD310F1B7D500F91463 /* Endian.h */ = {isa = > PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; > name = Endian.h; path = include/lldb/Host/Endian.h; sourceTree = "<group>"; > }; > 26BC7DD410F1B7D500F91463 /* Host.h */ = {isa = > PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; > name = Host.h; path = include/lldb/Host/Host.h; sourceTree = "<group>"; }; > - 26BC7DD510F1B7D500F91463 /* Mutex.h */ = {isa = > PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; > name = Mutex.h; path = include/lldb/Host/Mutex.h; sourceTree = "<group>"; }; > 26BC7DD610F1B7D500F91463 /* Predicate.h */ = {isa = > PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; > name = Predicate.h; path = include/lldb/Host/Predicate.h; sourceTree = > "<group>"; }; > 26BC7DE210F1B7F900F91463 /* CommandInterpreter.h */ = {isa > = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; > name = CommandInterpreter.h; path = > include/lldb/Interpreter/CommandInterpreter.h; sourceTree = "<group>"; }; > 26BC7DE310F1B7F900F91463 /* CommandObject.h */ = {isa = > PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; > name = CommandObject.h; path = include/lldb/Interpreter/CommandObject.h; > sourceTree = "<group>"; }; > @@ -2271,12 +2283,10 @@ > 3FDFE53B19A293B3009756A7 /* HostInfoFreeBSD.cpp */ = {isa > = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = > HostInfoFreeBSD.cpp; path = source/Host/freebsd/HostInfoFreeBSD.cpp; > sourceTree = "<group>"; }; > 3FDFE53C19A293CA009756A7 /* Config.h */ = {isa = > PBXFileReference; lastKnownFileType = sourcecode.c.h; name = Config.h; path > = include/lldb/Host/freebsd/Config.h; sourceTree = "<group>"; }; > 3FDFE53D19A293CA009756A7 /* HostInfoFreeBSD.h */ = {isa = > PBXFileReference; lastKnownFileType = sourcecode.c.h; name = > HostInfoFreeBSD.h; path = include/lldb/Host/freebsd/HostInfoFreeBSD.h; > sourceTree = "<group>"; }; > - 3FDFE53F19A29448009756A7 /* Condition.cpp */ = {isa = > PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = > Condition.cpp; path = source/Host/windows/Condition.cpp; sourceTree = > "<group>"; }; > 3FDFE54019A29448009756A7 /* EditLineWin.cpp */ = {isa = > PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = > EditLineWin.cpp; path = source/Host/windows/EditLineWin.cpp; sourceTree = > "<group>"; }; > 3FDFE54119A29448009756A7 /* FileSystem.cpp */ = {isa = > PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = > FileSystem.cpp; path = source/Host/windows/FileSystem.cpp; sourceTree = > "<group>"; }; > 3FDFE54219A29448009756A7 /* Host.cpp */ = {isa = > PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = Host.cpp; > path = source/Host/windows/Host.cpp; sourceTree = "<group>"; }; > 3FDFE54319A29448009756A7 /* HostInfoWindows.cpp */ = {isa > = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = > HostInfoWindows.cpp; path = source/Host/windows/HostInfoWindows.cpp; > sourceTree = "<group>"; }; > - 3FDFE54419A29448009756A7 /* Mutex.cpp */ = {isa = > PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = Mutex.cpp; > path = source/Host/windows/Mutex.cpp; sourceTree = "<group>"; }; > 3FDFE54519A29448009756A7 /* ProcessRunLock.cpp */ = {isa = > PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = > ProcessRunLock.cpp; path = source/Host/windows/ProcessRunLock.cpp; > sourceTree = "<group>"; }; > 3FDFE54619A29448009756A7 /* Windows.cpp */ = {isa = > PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = > Windows.cpp; path = source/Host/windows/Windows.cpp; sourceTree = > "<group>"; }; > 3FDFE54719A2946B009756A7 /* AutoHandle.h */ = {isa = > PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AutoHandle.h; > path = include/lldb/Host/windows/AutoHandle.h; sourceTree = "<group>"; }; > @@ -2343,8 +2353,6 @@ > 49684D791BAB37E400E6D5D5 /* MIUtilParse.h */ = {isa = > PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; > name = MIUtilParse.h; path = "tools/lldb-mi/MIUtilParse.h"; sourceTree = > SOURCE_ROOT; }; > 496B01581406DE8900F830D5 /* IRInterpreter.cpp */ = {isa = > PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; > name = IRInterpreter.cpp; path = source/Expression/IRInterpreter.cpp; > sourceTree = "<group>"; }; > 496B015A1406DEB100F830D5 /* IRInterpreter.h */ = {isa = > PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; > name = IRInterpreter.h; path = include/lldb/Expression/IRInterpreter.h; > sourceTree = "<group>"; }; > - 49724D971AD6ED390033C538 /* RenderScriptRuntime.cpp */ = > {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = > sourcecode.cpp.cpp; name = RenderScriptRuntime.cpp; path = > RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp; sourceTree = > "<group>"; }; > - 49724D981AD6ED390033C538 /* RenderScriptRuntime.h */ = > {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = > sourcecode.c.h; name = RenderScriptRuntime.h; path = > RenderScript/RenderScriptRuntime/RenderScriptRuntime.h; sourceTree = > "<group>"; }; > 497C86BD122823D800B54702 /* ClangUtilityFunction.cpp */ = > {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = > sourcecode.cpp.cpp; name = ClangUtilityFunction.cpp; path = > ExpressionParser/Clang/ClangUtilityFunction.cpp; sourceTree = "<group>"; }; > 497C86C1122823F300B54702 /* ClangUtilityFunction.h */ = > {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = > sourcecode.c.h; name = ClangUtilityFunction.h; path = > ExpressionParser/Clang/ClangUtilityFunction.h; sourceTree = "<group>"; }; > 497E7B331188ED300065CCA1 /* ABI.h */ = {isa = > PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; > name = ABI.h; path = include/lldb/Target/ABI.h; sourceTree = "<group>"; }; > @@ -2465,9 +2473,7 @@ > 4CEDAED311754F5E00E875A6 /* ThreadPlanStepUntil.h */ = > {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = > sourcecode.c.h; name = ThreadPlanStepUntil.h; path = > include/lldb/Target/ThreadPlanStepUntil.h; sourceTree = "<group>"; }; > 4CF52AF41428291E0051E832 /* SBFileSpecList.h */ = {isa = > PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; > name = SBFileSpecList.h; path = include/lldb/API/SBFileSpecList.h; > sourceTree = "<group>"; }; > 4CF52AF7142829390051E832 /* SBFileSpecList.cpp */ = {isa = > PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; > name = SBFileSpecList.cpp; path = source/API/SBFileSpecList.cpp; sourceTree > = "<group>"; }; > - 69A01E1B1236C5D400C660B5 /* Condition.cpp */ = {isa = > PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; > path = Condition.cpp; sourceTree = "<group>"; }; > 69A01E1C1236C5D400C660B5 /* Host.cpp */ = {isa = > PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; > path = Host.cpp; sourceTree = "<group>"; }; > - 69A01E1E1236C5D400C660B5 /* Mutex.cpp */ = {isa = > PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; > path = Mutex.cpp; sourceTree = "<group>"; }; > 69A01E1F1236C5D400C660B5 /* Symbols.cpp */ = {isa = > PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; > path = Symbols.cpp; sourceTree = "<group>"; }; > 69A01E201236C5D400C660B5 /* TimeValue.cpp */ = {isa = > PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; > path = TimeValue.cpp; sourceTree = "<group>"; }; > 6D0F613C1C80AA8900A4ECEE /* DebugMacros.h */ = {isa = > PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; > name = DebugMacros.h; path = include/lldb/Symbol/DebugMacros.h; sourceTree > = "<group>"; }; > @@ -2488,11 +2494,9 @@ > 6D55B2941A8A808400A70529 /* > GDBRemoteCommunicationServerLLGS.h */ = {isa = PBXFileReference; > lastKnownFileType = sourcecode.c.h; path = > GDBRemoteCommunicationServerLLGS.h; sourceTree = "<group>"; }; > 6D55B2951A8A808400A70529 /* > GDBRemoteCommunicationServerPlatform.h */ = {isa = PBXFileReference; > lastKnownFileType = sourcecode.c.h; path = > GDBRemoteCommunicationServerPlatform.h; sourceTree = "<group>"; }; > 6D55BAE01A8CD03D00A70529 /* HostInfoAndroid.cpp */ = {isa > = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = > HostInfoAndroid.cpp; path = source/Host/android/HostInfoAndroid.cpp; > sourceTree = "<group>"; }; > - 6D55BAE11A8CD03D00A70529 /* ProcessLauncherAndroid.cpp */ > = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = > ProcessLauncherAndroid.cpp; path = > source/Host/android/ProcessLauncherAndroid.cpp; sourceTree = "<group>"; }; > 6D55BAE21A8CD06000A70529 /* Android.h */ = {isa = > PBXFileReference; lastKnownFileType = sourcecode.c.h; name = Android.h; > path = include/lldb/Host/android/Android.h; sourceTree = "<group>"; }; > 6D55BAE31A8CD06000A70529 /* Config.h */ = {isa = > PBXFileReference; lastKnownFileType = sourcecode.c.h; name = Config.h; path > = include/lldb/Host/android/Config.h; sourceTree = "<group>"; }; > 6D55BAE41A8CD06000A70529 /* HostInfoAndroid.h */ = {isa = > PBXFileReference; lastKnownFileType = sourcecode.c.h; name = > HostInfoAndroid.h; path = include/lldb/Host/android/HostInfoAndroid.h; > sourceTree = "<group>"; }; > - 6D55BAE51A8CD06000A70529 /* ProcessLauncherAndroid.h */ = > {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = > ProcessLauncherAndroid.h; path = > include/lldb/Host/android/ProcessLauncherAndroid.h; sourceTree = "<group>"; > }; > 6D55BAE91A8CD08C00A70529 /* PlatformAndroid.cpp */ = {isa > = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = > PlatformAndroid.cpp; sourceTree = "<group>"; }; > 6D55BAEA1A8CD08C00A70529 /* PlatformAndroid.h */ = {isa = > PBXFileReference; lastKnownFileType = sourcecode.c.h; path = > PlatformAndroid.h; sourceTree = "<group>"; }; > 6D55BAEB1A8CD08C00A70529 /* > PlatformAndroidRemoteGDBServer.cpp */ = {isa = PBXFileReference; > lastKnownFileType = sourcecode.cpp.cpp; path = > PlatformAndroidRemoteGDBServer.cpp; sourceTree = "<group>"; }; > @@ -4728,7 +4732,6 @@ > 26BC7EE510F1B88100F91463 /* MacOSX */, > 3FDFDDC4199D37BE009756A7 /* posix */, > 3FDFE53E19A2940E009756A7 /* windows */, > - 26BC7DD210F1B7D500F91463 /* Condition.h */, > 266F5CBB12FC846200DFCE33 /* Config.h */, > 3FDFED1E19BA6D55009756A7 /* Debug.h */, > 26CFDCA01861638D000E63E5 /* Editline.h */, > @@ -4747,7 +4750,6 @@ > 3FDFE57419AFABFD009756A7 /* HostProcess.h > */, > 3FDFE57519AFABFD009756A7 /* HostThread.h > */, > 236124A61986B50E004EFC37 /* IOObject.h */, > - 26BC7DD510F1B7D500F91463 /* Mutex.h */, > 267A47F31B14116E0021A5BC /* > NativeBreakpoint.h */, > 232CB60B191E00CC00EF39FC /* > NativeBreakpoint.cpp */, > 267A47F41B1411750021A5BC /* > NativeBreakpointList.h */, > @@ -5358,7 +5360,6 @@ > 255EFF6F1AFABA320069F277 /* > LockFileWindows.h */, > 255EFF701AFABA320069F277 /* PipeWindows.h > */, > 3FDFE54719A2946B009756A7 /* AutoHandle.h > */, > - 3FDFE53F19A29448009756A7 /* Condition.cpp > */, > 3FDFE54819A2946B009756A7 /* editlinewin.h > */, > 3FDFE54019A29448009756A7 /* > EditLineWin.cpp */, > 3FDFE54119A29448009756A7 /* FileSystem.cpp > */, > @@ -5369,7 +5370,6 @@ > 3FDFE57219AF9CD3009756A7 /* > HostProcessWindows.h */, > 3FDFE57119AF9CA0009756A7 /* > HostThreadWindows.cpp */, > 3FDFE57319AF9CD3009756A7 /* > HostThreadWindows.h */, > - 3FDFE54419A29448009756A7 /* Mutex.cpp */, > 3FDFE54519A29448009756A7 /* > ProcessRunLock.cpp */, > 3FDFE54A19A2946B009756A7 /* win32.h */, > 3FDFE54619A29448009756A7 /* Windows.cpp */, > @@ -5390,10 +5390,16 @@ > 49724D961AD6ECFA0033C538 /* RenderScript */ = { > isa = PBXGroup; > children = ( > - 49724D971AD6ED390033C538 /* > RenderScriptRuntime.cpp */, > - 49724D981AD6ED390033C538 /* > RenderScriptRuntime.h */, > + 23D065811D4A7BDA0008EDE6 /* CMakeLists.txt > */, > + 23D065831D4A7BDA0008EDE6 /* > RenderScriptExpressionOpts.h */, > + 23D065821D4A7BDA0008EDE6 /* > RenderScriptExpressionOpts.cpp */, > + 23D065851D4A7BDA0008EDE6 /* > RenderScriptRuntime.h */, > + 23D065841D4A7BDA0008EDE6 /* > RenderScriptRuntime.cpp */, > + 23D065871D4A7BDA0008EDE6 /* > RenderScriptx86ABIFixups.h */, > + 23D065861D4A7BDA0008EDE6 /* > RenderScriptx86ABIFixups.cpp */, > ); > name = RenderScript; > + path = RenderScript/RenderScriptRuntime; > sourceTree = "<group>"; > }; > 4984BA0B1B975E9F008658D4 /* ExpressionParser */ = { > @@ -5540,14 +5546,12 @@ > 26CFDCA2186163A4000E63E5 /* Editline.cpp > */, > 260C6EA213011581005E16B0 /* File.cpp */, > 26FA43171301048600E71120 /* FileSpec.cpp > */, > - 69A01E1B1236C5D400C660B5 /* Condition.cpp > */, > 69A01E1C1236C5D400C660B5 /* Host.cpp */, > 3FDFE53419A29327009756A7 /* > HostInfoBase.cpp */, > 3FDFED2419BA6D96009756A7 /* > HostNativeThreadBase.cpp */, > 3FDFED2C19C257A0009756A7 /* > HostProcess.cpp */, > 3FDFED2519BA6D96009756A7 /* HostThread.cpp > */, > 236124A21986B4E2004EFC37 /* IOObject.cpp > */, > - 69A01E1E1236C5D400C660B5 /* Mutex.cpp */, > A36FF33B17D8E94600244D40 /* > OptionParser.cpp */, > AF37E10917C861F20061E18E /* > ProcessRunLock.cpp */, > 236124A31986B4E2004EFC37 /* Socket.cpp */, > @@ -5586,9 +5590,7 @@ > 6D55BAE21A8CD06000A70529 /* Android.h */, > 6D55BAE31A8CD06000A70529 /* Config.h */, > 6D55BAE41A8CD06000A70529 /* > HostInfoAndroid.h */, > - 6D55BAE51A8CD06000A70529 /* > ProcessLauncherAndroid.h */, > 6D55BAE01A8CD03D00A70529 /* > HostInfoAndroid.cpp */, > - 6D55BAE11A8CD03D00A70529 /* > ProcessLauncherAndroid.cpp */, > ); > name = android; > sourceTree = "<group>"; > @@ -6797,12 +6799,9 @@ > 2689006D13353E0E00698AC0 /* > IRExecutionUnit.cpp in Sources */, > 304B2E461CAAA57B007829FE /* ClangUtil.cpp > in Sources */, > 2689006E13353E1A00698AC0 /* File.cpp in > Sources */, > - 49724D991AD6ED390033C538 /* > RenderScriptRuntime.cpp in Sources */, > 2689006F13353E1A00698AC0 /* FileSpec.cpp > in Sources */, > - 2689007013353E1A00698AC0 /* Condition.cpp > in Sources */, > 2689007113353E1A00698AC0 /* Host.cpp in > Sources */, > 2635879417822FC2004C30BA /* > SymbolVendorELF.cpp in Sources */, > - 2689007213353E1A00698AC0 /* Mutex.cpp in > Sources */, > 25420ED21A649D88009ADBCB /* PipeBase.cpp > in Sources */, > AF20F7661AF18F8500751A6E /* > ABISysV_arm.cpp in Sources */, > 949EEDAF1BA76729008C63CF /* NSArray.cpp in > Sources */, > @@ -6851,6 +6850,7 @@ > 2579065D1BD0488100178368 /* UDPSocket.cpp > in Sources */, > AE8F624919EF3E1E00326B21 /* > OperatingSystemGo.cpp in Sources */, > 26BC179A18C7F2B300D2196D /* > JITLoaderList.cpp in Sources */, > + 23D065901D4A7BEE0008EDE6 /* > RenderScriptRuntime.cpp in Sources */, > 2689009713353E4200698AC0 /* > ObjectContainerUniversalMachO.cpp in Sources */, > 2689009813353E4200698AC0 /* ELFHeader.cpp > in Sources */, > 2689009913353E4200698AC0 /* > ObjectFileELF.cpp in Sources */, > @@ -7027,6 +7027,7 @@ > EB8375E71B553DE800BA907D /* > ThreadPlanCallFunctionUsingABI.cpp in Sources */, > 6D95DC011B9DC057000E318A /* > HashedNameToDIE.cpp in Sources */, > 2697A54D133A6305004E4240 /* > PlatformDarwin.cpp in Sources */, > + 23D065911D4A7BEE0008EDE6 /* > RenderScriptx86ABIFixups.cpp in Sources */, > 26651A18133BF9E0005B64B7 /* Opcode.cpp in > Sources */, > 3FDFED0B19B7C8DE009756A7 /* > HostThreadMacOSX.mm in Sources */, > 266603CA1345B5A8004DA8B6 /* > ConnectionSharedMemory.cpp in Sources */, > @@ -7157,6 +7158,7 @@ > 945E8D80152F6AB40019BCCD /* > StreamGDBRemote.cpp in Sources */, > 945759671534941F005A9070 /* > PlatformPOSIX.cpp in Sources */, > 26B1EFAE154638AF00E2DAC7 /* > DWARFDeclContext.cpp in Sources */, > + 23D0658F1D4A7BEE0008EDE6 /* > RenderScriptExpressionOpts.cpp in Sources */, > 945215DF17F639EE00521C0B /* > ValueObjectPrinter.cpp in Sources */, > 26EFB61B1BFE8D3E00544801 /* > PlatformNetBSD.cpp in Sources */, > 260CC64815D0440D002BF2E0 /* > OptionValueArgs.cpp in Sources */, > > Modified: > lldb/trunk/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.cpp > URL: > http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.cpp?rev=277012&r1=277011&r2=277012&view=diff > > ============================================================================== > --- lldb/trunk/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.cpp > (original) > +++ lldb/trunk/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.cpp > Thu Jul 28 12:56:26 2016 > @@ -213,7 +213,7 @@ CommunicationKDP::GetSequenceMutex(std:: > bool > CommunicationKDP::WaitForNotRunningPrivate(const > std::chrono::microseconds &timeout) > { > - return m_is_running.WaitForValueEqualTo(false, timoeut, NULL); > + return m_is_running.WaitForValueEqualTo(false, timeout, NULL); > } > > size_t > > Modified: lldb/trunk/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp > URL: > http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp?rev=277012&r1=277011&r2=277012&view=diff > > ============================================================================== > --- lldb/trunk/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp > (original) > +++ lldb/trunk/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp Thu Jul > 28 12:56:26 2016 > @@ -941,7 +941,7 @@ ProcessKDP::AsyncThread (void *arg) > if (log) > log->Printf ("ProcessKDP::AsyncThread (pid = %" PRIu64 ") > listener.WaitForEvent (NULL, event_sp)...", > pid); > - if (listener_sp->WaitForEvent(stsd::chrono::micrseconds(0), > event_sp)) > + if (listener_sp->WaitForEvent(std::chrono::microseconds(0), > event_sp)) > { > uint32_t event_type = event_sp->GetType(); > if (log) > > > _______________________________________________ > lldb-commits mailing list > lldb-commits@lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits > -- -Todd
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits