<div dir="ltr">Sorry for the trouble, hopefully it sticks this time.</div><br><div class="gmail_quote"><div dir="ltr">On Fri, Oct 12, 2018 at 1:55 PM Jason Molenda via lldb-commits <<a href="mailto:lldb-commits@lists.llvm.org">lldb-commits@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: jmolenda<br>
Date: Fri Oct 12 13:53:21 2018<br>
New Revision: 344414<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=344414&view=rev" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-project?rev=344414&view=rev</a><br>
Log:<br>
Add NativePDB subdir again.<br>
<br>
Modified:<br>
    lldb/trunk/lldb.xcodeproj/project.pbxproj<br>
<br>
Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/lldb/trunk/lldb.xcodeproj/project.pbxproj?rev=344414&r1=344413&r2=344414&view=diff" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-project/lldb/trunk/lldb.xcodeproj/project.pbxproj?rev=344414&r1=344413&r2=344414&view=diff</a><br>
==============================================================================<br>
--- lldb/trunk/lldb.xcodeproj/project.pbxproj (original)<br>
+++ lldb/trunk/lldb.xcodeproj/project.pbxproj Fri Oct 12 13:53:21 2018<br>
@@ -210,6 +210,7 @@<br>
                2642FBAE13D003B400ED6808 /* CommunicationKDP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2642FBA813D003B400ED6808 /* CommunicationKDP.cpp */; };<br>
                964463EC1A330C0500154ED8 /* CompactUnwindInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 964463EB1A330C0500154ED8 /* CompactUnwindInfo.cpp */; };<br>
                268900D513353E6F00698AC0 /* CompileUnit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26BC7F1510F1B8EC00F91463 /* CompileUnit.cpp */; };<br>
+               AFD966B8217140B6006714AC /* CompileUnitIndex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AFD966B4217140B5006714AC /* CompileUnitIndex.cpp */; };<br>
                265192C61BA8E905002F08F6 /* CompilerDecl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 265192C51BA8E905002F08F6 /* CompilerDecl.cpp */; };<br>
                2657AFB71B86910100958979 /* CompilerDeclContext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2657AFB61B86910100958979 /* CompilerDeclContext.cpp */; };<br>
                268900D213353E6F00698AC0 /* CompilerType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49E45FAD11F660FE008F7B28 /* CompilerType.cpp */; };<br>
@@ -586,6 +587,8 @@<br>
                4CA0C6CC20F929C700CFE6BB /* PDBLocationToDWARFExpression.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4CA0C6CA20F929C600CFE6BB /* PDBLocationToDWARFExpression.cpp */; };<br>
                268900EE13353E6F00698AC0 /* PathMappingList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 495BBACB119A0DBE00418BEA /* PathMappingList.cpp */; };<br>
                2668A2EE20AF417D00D94111 /* PathMappingListTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2668A2ED20AF417D00D94111 /* PathMappingListTest.cpp */; };<br>
+               AFD966BA217140B6006714AC /* PdbIndex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AFD966B6217140B6006714AC /* PdbIndex.cpp */; };<br>
+               AFD966B9217140B6006714AC /* PdbUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AFD966B5217140B6006714AC /* PdbUtil.cpp */; };<br>
                25420ED21A649D88009ADBCB /* PipeBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 25420ED11A649D88009ADBCB /* PipeBase.cpp */; };<br>
                2377C2F819E613C100737875 /* PipePosix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2377C2F719E613C100737875 /* PipePosix.cpp */; };<br>
                268900EF13353E6F00698AC0 /* Platform.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 264A43BD1320BCEB005B4096 /* Platform.cpp */; };<br>
@@ -912,6 +915,7 @@<br>
                4C7D48251F5099B2005314B4 /* SymbolFileDWARFDwoDwp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C7D481F1F509964005314B4 /* SymbolFileDWARFDwoDwp.cpp */; };<br>
                4C7D48241F5099A1005314B4 /* SymbolFileDWARFDwp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C7D481C1F509963005314B4 /* SymbolFileDWARFDwp.cpp */; };<br>
                9A2057121F3B824B00F6C293 /* SymbolFileDWARFTests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9A20570A1F3B81F300F6C293 /* SymbolFileDWARFTests.cpp */; };<br>
+               AFD966BB217140B6006714AC /* SymbolFileNativePDB.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AFD966B7217140B6006714AC /* SymbolFileNativePDB.cpp */; };<br>
                AF6335E21C87B21E00F7D554 /* SymbolFilePDB.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AF6335E01C87B21E00F7D554 /* SymbolFilePDB.cpp */; };<br>
                268900CE13353E5F00698AC0 /* SymbolFileSymtab.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 260C89DE10F57C5600BB2B04 /* SymbolFileSymtab.cpp */; };<br>
                268900E013353E6F00698AC0 /* SymbolVendor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AF94005711C03F6500085DB9 /* SymbolVendor.cpp */; };<br>
@@ -1663,6 +1667,8 @@<br>
                964463ED1A330C1B00154ED8 /* CompactUnwindInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CompactUnwindInfo.h; path = include/lldb/Symbol/CompactUnwindInfo.h; sourceTree = "<group>"; };<br>
                26BC7F1510F1B8EC00F91463 /* CompileUnit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CompileUnit.cpp; path = source/Symbol/CompileUnit.cpp; sourceTree = "<group>"; };<br>
                26BC7C5710F1B6E900F91463 /* CompileUnit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CompileUnit.h; path = include/lldb/Symbol/CompileUnit.h; sourceTree = "<group>"; };<br>
+               AFD966B4217140B5006714AC /* CompileUnitIndex.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CompileUnitIndex.cpp; path = source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.cpp; sourceTree = SOURCE_ROOT; };<br>
+               AFD966BD217140C8006714AC /* CompileUnitIndex.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CompileUnitIndex.h; path = source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.h; sourceTree = SOURCE_ROOT; };<br>
                265192C51BA8E905002F08F6 /* CompilerDecl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CompilerDecl.cpp; path = source/Symbol/CompilerDecl.cpp; sourceTree = "<group>"; };<br>
                265192C41BA8E8F8002F08F6 /* CompilerDecl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CompilerDecl.h; path = include/lldb/Symbol/CompilerDecl.h; sourceTree = "<group>"; };<br>
                2657AFB61B86910100958979 /* CompilerDeclContext.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CompilerDeclContext.cpp; path = source/Symbol/CompilerDeclContext.cpp; sourceTree = "<group>"; };<br>
@@ -2421,6 +2427,11 @@<br>
                495BBACB119A0DBE00418BEA /* PathMappingList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PathMappingList.cpp; path = source/Target/PathMappingList.cpp; sourceTree = "<group>"; };<br>
                495BBACF119A0DE700418BEA /* PathMappingList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PathMappingList.h; path = include/lldb/Target/PathMappingList.h; sourceTree = "<group>"; };<br>
                2668A2ED20AF417D00D94111 /* PathMappingListTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PathMappingListTest.cpp; path = Target/PathMappingListTest.cpp; sourceTree = "<group>"; };<br>
+               AFD966B6217140B6006714AC /* PdbIndex.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PdbIndex.cpp; path = source/Plugins/SymbolFile/NativePDB/PdbIndex.cpp; sourceTree = SOURCE_ROOT; };<br>
+               AFD966BF217140C8006714AC /* PdbIndex.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = PdbIndex.h; path = source/Plugins/SymbolFile/NativePDB/PdbIndex.h; sourceTree = SOURCE_ROOT; };<br>
+               AFD966BC217140C8006714AC /* PdbSymUid.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = PdbSymUid.h; path = source/Plugins/SymbolFile/NativePDB/PdbSymUid.h; sourceTree = SOURCE_ROOT; };<br>
+               AFD966B5217140B6006714AC /* PdbUtil.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PdbUtil.cpp; path = source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp; sourceTree = SOURCE_ROOT; };<br>
+               AFD966BE217140C8006714AC /* PdbUtil.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = PdbUtil.h; path = source/Plugins/SymbolFile/NativePDB/PdbUtil.h; sourceTree = SOURCE_ROOT; };<br>
                260A39A519647A3A004B4130 /* Pipe.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Pipe.h; path = include/lldb/Host/Pipe.h; sourceTree = "<group>"; };<br>
                25420ED11A649D88009ADBCB /* PipeBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PipeBase.cpp; sourceTree = "<group>"; };<br>
                3F5E8AF31A40D4A500A73232 /* PipeBase.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = PipeBase.h; path = include/lldb/Host/PipeBase.h; sourceTree = "<group>"; };<br>
@@ -2997,6 +3008,8 @@<br>
                4C7D481C1F509963005314B4 /* SymbolFileDWARFDwp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SymbolFileDWARFDwp.cpp; sourceTree = "<group>"; };<br>
                4C7D481E1F509964005314B4 /* SymbolFileDWARFDwp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SymbolFileDWARFDwp.h; sourceTree = "<group>"; };<br>
                9A20570A1F3B81F300F6C293 /* SymbolFileDWARFTests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SymbolFileDWARFTests.cpp; path = DWARF/SymbolFileDWARFTests.cpp; sourceTree = "<group>"; };<br>
+               AFD966B7217140B6006714AC /* SymbolFileNativePDB.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SymbolFileNativePDB.cpp; path = source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp; sourceTree = SOURCE_ROOT; };<br>
+               AFD966C0217140C8006714AC /* SymbolFileNativePDB.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SymbolFileNativePDB.h; path = source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h; sourceTree = SOURCE_ROOT; };<br>
                AF6335E01C87B21E00F7D554 /* SymbolFilePDB.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SymbolFilePDB.cpp; path = PDB/SymbolFilePDB.cpp; sourceTree = "<group>"; };<br>
                AF6335E11C87B21E00F7D554 /* SymbolFilePDB.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SymbolFilePDB.h; path = PDB/SymbolFilePDB.h; sourceTree = "<group>"; };<br>
                23CB15141D66CF8700EDDDE1 /* SymbolFilePDBTests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SymbolFilePDBTests.cpp; sourceTree = "<group>"; };<br>
@@ -4030,6 +4043,7 @@<br>
                260C89B110F57C5600BB2B04 /* SymbolFile */ = {<br>
                        isa = PBXGroup;<br>
                        children = (<br>
+                               AFD966B321714099006714AC /* NativePDB */,<br>
                                AF6335DF1C87B20A00F7D554 /* PDB */,<br>
                                260C89B210F57C5600BB2B04 /* DWARF */,<br>
                                260C89DD10F57C5600BB2B04 /* Symtab */,<br>
@@ -6899,6 +6913,23 @@<br>
                        name = Target;<br>
                        sourceTree = "<group>";<br>
                };<br>
+               AFD966B321714099006714AC /* NativePDB */ = {<br>
+                       isa = PBXGroup;<br>
+                       children = (<br>
+                               AFD966B4217140B5006714AC /* CompileUnitIndex.cpp */,<br>
+                               AFD966BD217140C8006714AC /* CompileUnitIndex.h */,<br>
+                               AFD966B6217140B6006714AC /* PdbIndex.cpp */,<br>
+                               AFD966BF217140C8006714AC /* PdbIndex.h */,<br>
+                               AFD966BC217140C8006714AC /* PdbSymUid.h */,<br>
+                               AFD966B5217140B6006714AC /* PdbUtil.cpp */,<br>
+                               AFD966BE217140C8006714AC /* PdbUtil.h */,<br>
+                               AFD966B7217140B6006714AC /* SymbolFileNativePDB.cpp */,<br>
+                               AFD966C0217140C8006714AC /* SymbolFileNativePDB.h */,<br>
+                       );<br>
+                       name = NativePDB;<br>
+                       path = "New Group";<br>
+                       sourceTree = "<group>";<br>
+               };<br>
                AFDBC36A2046638D00B9C8F2 /* PPC64 */ = {<br>
                        isa = PBXGroup;<br>
                        children = (<br>
@@ -7832,6 +7863,7 @@<br>
                                2689FFF913353DB600698AC0 /* BreakpointLocationCollection.cpp in Sources */,<br>
                                49F811F31E931B2100F4E163 /* CPlusPlusNameParser.cpp in Sources */,<br>
                                2689FFFB13353DB600698AC0 /* BreakpointLocationList.cpp in Sources */,<br>
+                               AFD966B9217140B6006714AC /* PdbUtil.cpp in Sources */,<br>
                                2689FFFD13353DB600698AC0 /* BreakpointOptions.cpp in Sources */,<br>
                                2689FFFF13353DB600698AC0 /* BreakpointResolver.cpp in Sources */,<br>
                                25420ECD1A6490B8009ADBCB /* OptionValueChar.cpp in Sources */,<br>
@@ -8095,6 +8127,7 @@<br>
                                23E2E5451D904913006F38BB /* MinidumpTypes.cpp in Sources */,<br>
                                AF33B4BE1C1FA441001B28D9 /* NetBSDSignals.cpp in Sources */,<br>
                                949EEDA31BA76577008C63CF /* Cocoa.cpp in Sources */,<br>
+                               AFD966BB217140B6006714AC /* SymbolFileNativePDB.cpp in Sources */,<br>
                                3FDFE56C19AF9C44009756A7 /* HostProcessPosix.cpp in Sources */,<br>
                                268900B413353E5000698AC0 /* RegisterContextMacOSXFrameBackchain.cpp in Sources */,<br>
                                AE44FB321BB07EBC0033EB62 /* GoParser.cpp in Sources */,<br>
@@ -8106,6 +8139,7 @@<br>
                                268900B613353E5000698AC0 /* UnwindMacOSXFrameBackchain.cpp in Sources */,<br>
                                4CE4EFB41E899A4000A80C06 /* RegisterContextOpenBSD_x86_64.cpp in Sources */,<br>
                                268900B713353E5F00698AC0 /* DWARFAbbreviationDeclaration.cpp in Sources */,<br>
+                               AFD966B8217140B6006714AC /* CompileUnitIndex.cpp in Sources */,<br>
                                268900B813353E5F00698AC0 /* DWARFCompileUnit.cpp in Sources */,<br>
                                268900B913353E5F00698AC0 /* DWARFDebugAbbrev.cpp in Sources */,<br>
                                949EEDB31BA76736008C63CF /* NSSet.cpp in Sources */,<br>
@@ -8449,6 +8483,7 @@<br>
                                947A1D641616476B0017C8D1 /* CommandObjectPlugin.cpp in Sources */,<br>
                                2666ADC81B3CB675001FAFD3 /* HexagonDYLDRendezvous.cpp in Sources */,<br>
                                26A375811D59462700D6CBDB /* SelectHelper.cpp in Sources */,<br>
+                               AFD966BA217140B6006714AC /* PdbIndex.cpp in Sources */,<br>
                                AE44FB471BB4BB090033EB62 /* GoLanguage.cpp in Sources */,<br>
                                262ED0081631FA3A00879631 /* OptionGroupString.cpp in Sources */,<br>
                                94F48F251A01C687005C0EC6 /* StringPrinter.cpp in Sources */,<br>
<br>
<br>
_______________________________________________<br>
lldb-commits mailing list<br>
<a href="mailto:lldb-commits@lists.llvm.org" target="_blank">lldb-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits</a><br>
</blockquote></div>