diff options
| author | Jim Ingham <jingham@apple.com> | 2011-01-27 20:15:39 +0000 |
|---|---|---|
| committer | Jim Ingham <jingham@apple.com> | 2011-01-27 20:15:39 +0000 |
| commit | a462f5cc073a5103850ca9508faa33bfb848a2f0 (patch) | |
| tree | acf08e382db8ac202b6089d6d93f58a6b9fbb8ed /lldb/tools/debugserver/debugserver.xcodeproj | |
| parent | 92141d22ce2498430602d191557fdd056b351e90 (diff) | |
| download | bcm5719-llvm-a462f5cc073a5103850ca9508faa33bfb848a2f0.tar.gz bcm5719-llvm-a462f5cc073a5103850ca9508faa33bfb848a2f0.zip | |
Adding a Xcode workspace for lldb.
llvm-svn: 124416
Diffstat (limited to 'lldb/tools/debugserver/debugserver.xcodeproj')
2 files changed, 104 insertions, 0 deletions
diff --git a/lldb/tools/debugserver/debugserver.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/lldb/tools/debugserver/debugserver.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 00000000000..c24931480d4 --- /dev/null +++ b/lldb/tools/debugserver/debugserver.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Workspace + version = "1.0"> + <FileRef + location = "self:debugserver.xcodeproj"> + </FileRef> +</Workspace> diff --git a/lldb/tools/debugserver/debugserver.xcodeproj/xcshareddata/xcschemes/debugserver.xcscheme b/lldb/tools/debugserver/debugserver.xcodeproj/xcshareddata/xcschemes/debugserver.xcscheme new file mode 100644 index 00000000000..64447c65d8a --- /dev/null +++ b/lldb/tools/debugserver/debugserver.xcodeproj/xcshareddata/xcschemes/debugserver.xcscheme @@ -0,0 +1,97 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Scheme + version = "1.3"> + <BuildAction + parallelizeBuildables = "NO" + buildImplicitDependencies = "YES"> + <BuildActionEntries> + <BuildActionEntry + buildForTesting = "YES" + buildForRunning = "YES" + buildForProfiling = "YES" + buildForArchiving = "YES" + buildForAnalyzing = "YES"> + <BuildableReference + BuildableIdentifier = "primary" + BlueprintIdentifier = "26CE0593115C31C20022F371" + BuildableName = "debugserver" + BlueprintName = "debugserver" + ReferencedContainer = "container:debugserver.xcodeproj"> + </BuildableReference> + </BuildActionEntry> + </BuildActionEntries> + </BuildAction> + <TestAction + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.GDB" + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.GDB" + shouldUseLaunchSchemeArgsEnv = "YES" + buildConfiguration = "Debug"> + <Testables> + </Testables> + <EnvironmentVariables> + <EnvironmentVariable + key = "UBBY" + value = "" + isEnabled = "YES"> + </EnvironmentVariable> + </EnvironmentVariables> + </TestAction> + <LaunchAction + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" + displayScaleIsEnabled = "NO" + displayScale = "1.00" + launchStyle = "0" + useCustomWorkingDirectory = "NO" + buildConfiguration = "Debug"> + <BuildableProductRunnable> + <BuildableReference + BuildableIdentifier = "primary" + BlueprintIdentifier = "26CE0593115C31C20022F371" + BuildableName = "debugserver" + BlueprintName = "debugserver" + ReferencedContainer = "container:debugserver.xcodeproj"> + </BuildableReference> + </BuildableProductRunnable> + <EnvironmentVariables> + <EnvironmentVariable + key = "UBBY" + value = "" + isEnabled = "YES"> + </EnvironmentVariable> + </EnvironmentVariables> + <AdditionalOptions> + </AdditionalOptions> + </LaunchAction> + <ProfileAction + displayScaleIsEnabled = "NO" + displayScale = "1.00" + shouldUseLaunchSchemeArgsEnv = "YES" + savedToolIdentifier = "" + useCustomWorkingDirectory = "NO" + buildConfiguration = "Release"> + <BuildableProductRunnable> + <BuildableReference + BuildableIdentifier = "primary" + BlueprintIdentifier = "26CE0593115C31C20022F371" + BuildableName = "debugserver" + BlueprintName = "debugserver" + ReferencedContainer = "container:debugserver.xcodeproj"> + </BuildableReference> + </BuildableProductRunnable> + <EnvironmentVariables> + <EnvironmentVariable + key = "UBBY" + value = "" + isEnabled = "YES"> + </EnvironmentVariable> + </EnvironmentVariables> + </ProfileAction> + <AnalyzeAction + buildConfiguration = "Debug"> + </AnalyzeAction> + <ArchiveAction + buildConfiguration = "Release" + revealArchiveInOrganizer = "YES"> + </ArchiveAction> +</Scheme> |

