[Lldb-commits] [lldb] r108271 - in /lldb/trunk: lldb.runcontext lldb.xcworkspace/
Greg Clayton
gclayton at apple.com
Tue Jul 13 13:57:42 PDT 2010
Author: gclayton
Date: Tue Jul 13 15:57:41 2010
New Revision: 108271
URL: http://llvm.org/viewvc/llvm-project?rev=108271&view=rev
Log:
Removed Xcode project files that aren't needed right now.
Removed:
lldb/trunk/lldb.runcontext
lldb/trunk/lldb.xcworkspace/
Removed: lldb/trunk/lldb.runcontext
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/lldb.runcontext?rev=108270&view=auto
==============================================================================
--- lldb/trunk/lldb.runcontext (original)
+++ lldb/trunk/lldb.runcontext (removed)
@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<RunContext
- breakPointsEnabled = "YES">
- <RunPhases>
- <BuildRunPhase
- isEnabled = "Yes"
- name = "Build"
- buildConfiguration = "Debug">
- <BuildableOutputReferences>
- <BuildableOutputReference
- BuildableOutputIdentifier = "lldb">
- </BuildableOutputReference>
- </BuildableOutputReferences>
- </BuildRunPhase>
- <ActionRunPhase
- isEnabled = "Yes"
- name = "Pre-Launch">
- <Actions>
- </Actions>
- </ActionRunPhase>
- <LaunchRunPhase
- isEnabled = "Yes"
- name = "Launch">
- <CommandLineArguments>
- <CommandLineArgument>
- </CommandLineArgument>
- </CommandLineArguments>
- <EnvironmentVariables>
- </EnvironmentVariables>
- <AdditionalOptions>
- </AdditionalOptions>
- <AdditionalSourceCodeFilesAndDirs>
- </AdditionalSourceCodeFilesAndDirs>
- <AdditionalDSYMFilesAndDirs>
- </AdditionalDSYMFilesAndDirs>
- </LaunchRunPhase>
- <ActionRunPhase
- isEnabled = "Yes"
- name = "Quit">
- <Actions>
- </Actions>
- </ActionRunPhase>
- </RunPhases>
- <BuildableOutputRunnable>
- <BuildableOutputReference
- BuildableOutputIdentifier = "lldb">
- </BuildableOutputReference>
- </BuildableOutputRunnable>
-</RunContext>
More information about the lldb-commits
mailing list