Author: jmolenda
Date: Thu Nov 12 19:43:49 2015
New Revision: 252998

URL: http://llvm.org/viewvc/llvm-project?rev=252998&view=rev
Log:
Add PythonExceptionState.cppto the xocde project file.

Modified:
    lldb/trunk/lldb.xcodeproj/project.pbxproj

Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/lldb.xcodeproj/project.pbxproj?rev=252998&r1=252997&r2=252998&view=diff
==============================================================================
--- lldb/trunk/lldb.xcodeproj/project.pbxproj (original)
+++ lldb/trunk/lldb.xcodeproj/project.pbxproj Thu Nov 12 19:43:49 2015
@@ -902,6 +902,8 @@
                AFB3D2801AC262AB003B4B30 /* MICmdCmdGdbShow.cpp in Sources */ = 
{isa = PBXBuildFile; fileRef = AFB3D27E1AC262AB003B4B30 /* MICmdCmdGdbShow.cpp 
*/; };
                AFC234081AF85CE000CDE8B6 /* CommandObjectLanguage.cpp in 
CopyFiles */ = {isa = PBXBuildFile; fileRef = AFC234061AF85CE000CDE8B6 /* 
CommandObjectLanguage.cpp */; };
                AFC234091AF85CE100CDE8B6 /* CommandObjectLanguage.cpp in 
Sources */ = {isa = PBXBuildFile; fileRef = AFC234061AF85CE000CDE8B6 /* 
CommandObjectLanguage.cpp */; };
+               AFCB2BBD1BF577F40018B553 /* PythonExceptionState.cpp in Sources 
*/ = {isa = PBXBuildFile; fileRef = AFCB2BBB1BF577F40018B553 /* 
PythonExceptionState.cpp */; };
+               AFCB2BBE1BF577F40018B553 /* PythonExceptionState.h in Headers 
*/ = {isa = PBXBuildFile; fileRef = AFCB2BBC1BF577F40018B553 /* 
PythonExceptionState.h */; };
                AFDCDBCB19DD0F42005EA55E /* SBExecutionContext.h in Headers */ 
= {isa = PBXBuildFile; fileRef = 940B02F419DC96CB00AD0F52 /* 
SBExecutionContext.h */; settings = {ATTRIBUTES = (Public, ); }; };
                AFDFDFD119E34D3400EAE509 /* ConnectionFileDescriptorPosix.cpp 
in Sources */ = {isa = PBXBuildFile; fileRef = AFDFDFD019E34D3400EAE509 /* 
ConnectionFileDescriptorPosix.cpp */; };
                AFEC3362194A8ABA00FF05C6 /* StructuredData.cpp in Sources */ = 
{isa = PBXBuildFile; fileRef = AFEC3361194A8ABA00FF05C6 /* StructuredData.cpp 
*/; };
@@ -2825,6 +2827,8 @@
                AFB3D27F1AC262AB003B4B30 /* MICmdCmdGdbShow.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = 
MICmdCmdGdbShow.h; path = "tools/lldb-mi/MICmdCmdGdbShow.h"; sourceTree = 
SOURCE_ROOT; };
                AFC234061AF85CE000CDE8B6 /* CommandObjectLanguage.cpp */ = {isa 
= PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
name = CommandObjectLanguage.cpp; path = 
source/Commands/CommandObjectLanguage.cpp; sourceTree = "<group>"; };
                AFC234071AF85CE000CDE8B6 /* CommandObjectLanguage.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = 
CommandObjectLanguage.h; path = source/Commands/CommandObjectLanguage.h; 
sourceTree = "<group>"; };
+               AFCB2BBB1BF577F40018B553 /* PythonExceptionState.cpp */ = {isa 
= PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
name = PythonExceptionState.cpp; path = 
ScriptInterpreter/Python/PythonExceptionState.cpp; sourceTree = "<group>"; };
+               AFCB2BBC1BF577F40018B553 /* PythonExceptionState.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = 
PythonExceptionState.h; path = ScriptInterpreter/Python/PythonExceptionState.h; 
sourceTree = "<group>"; };
                AFDFDFD019E34D3400EAE509 /* ConnectionFileDescriptorPosix.cpp 
*/ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = 
sourcecode.cpp.cpp; path = ConnectionFileDescriptorPosix.cpp; sourceTree = 
"<group>"; };
                AFEC3361194A8ABA00FF05C6 /* StructuredData.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
name = StructuredData.cpp; path = source/Core/StructuredData.cpp; sourceTree = 
"<group>"; };
                AFF87C86150FF669000E1742 /* com.apple.debugserver.plist */ = 
{isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; 
name = com.apple.debugserver.plist; path = 
tools/debugserver/source/com.apple.debugserver.plist; sourceTree = "<group>"; };
@@ -5172,6 +5176,8 @@
                                3FBA69E21B60672A0008F44A /* lldb-python.h */,
                                3FBA69E31B60672A0008F44A /* 
PythonDataObjects.cpp */,
                                3FBA69E41B60672A0008F44A /* PythonDataObjects.h 
*/,
+                               AFCB2BBB1BF577F40018B553 /* 
PythonExceptionState.cpp */,
+                               AFCB2BBC1BF577F40018B553 /* 
PythonExceptionState.h */,
                                3FBA69E51B60672A0008F44A /* 
ScriptInterpreterPython.cpp */,
                                3FBA69E61B60672A0008F44A /* 
ScriptInterpreterPython.h */,
                        );
@@ -5893,6 +5899,7 @@
                                AF8AD63A1BEC28C400150209 /* 
PlatformRemoteAppleWatch.h in Headers */,
                                257906651BD5AFD000178368 /* Acceptor.h in 
Headers */,
                                260A63171861008E00FECF8E /* IOHandler.h in 
Headers */,
+                               AFCB2BBE1BF577F40018B553 /* 
PythonExceptionState.h in Headers */,
                                AF8AD6311BEC28A400150209 /* 
PlatformAppleWatchSimulator.h in Headers */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
@@ -6487,6 +6494,7 @@
                                2689003513353E0400698AC0 /* ConstString.cpp in 
Sources */,
                                9404957A1BEC497E00926025 /* NSError.cpp in 
Sources */,
                                2689003613353E0400698AC0 /* DataBufferHeap.cpp 
in Sources */,
+                               AFCB2BBD1BF577F40018B553 /* 
PythonExceptionState.cpp in Sources */,
                                2689003713353E0400698AC0 /* 
DataBufferMemoryMap.cpp in Sources */,
                                2689003813353E0400698AC0 /* DataExtractor.cpp 
in Sources */,
                                2689003913353E0400698AC0 /* Debugger.cpp in 
Sources */,


_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to