[Lldb-commits] [lldb] r124416 - in /lldb/trunk: lldb.xcodeproj/project.xcworkspace/ lldb.xcodeproj/project.xcworkspace/xcuserdata/ lldb.xcodeproj/xcshareddata/ lldb.xcodeproj/xcshareddata/xcschemes/ lldb.xcworkspace/ tools/debugserver/debugserver.xcodeproj/project.xcworkspace/ tools/debugserver/debugserver.xcodeproj/project.xcworkspace/xcuserdata/ tools/debugserver/debugserver.xcodeproj/xcshareddata/ tools/debugserver/debugserver.xcodeproj/xcshareddata/xcschemes/ tools/driver/
Jim Ingham
jingham at apple.com
Thu Jan 27 12:15:39 PST 2011
Author: jingham
Date: Thu Jan 27 14:15:39 2011
New Revision: 124416
URL: http://llvm.org/viewvc/llvm-project?rev=124416&view=rev
Log:
Adding a Xcode workspace for lldb.
Added:
lldb/trunk/lldb.xcodeproj/project.xcworkspace/
lldb/trunk/lldb.xcodeproj/project.xcworkspace/contents.xcworkspacedata
lldb/trunk/lldb.xcodeproj/project.xcworkspace/xcuserdata/
lldb/trunk/lldb.xcodeproj/xcshareddata/
lldb/trunk/lldb.xcodeproj/xcshareddata/xcschemes/
lldb/trunk/lldb.xcodeproj/xcshareddata/xcschemes/LLDB.xcscheme
lldb/trunk/lldb.xcodeproj/xcshareddata/xcschemes/darwin-debug.xcscheme
lldb/trunk/lldb.xcodeproj/xcshareddata/xcschemes/lldb-tool.xcscheme
lldb/trunk/lldb.xcworkspace/
lldb/trunk/lldb.xcworkspace/contents.xcworkspacedata
lldb/trunk/tools/debugserver/debugserver.xcodeproj/project.xcworkspace/
lldb/trunk/tools/debugserver/debugserver.xcodeproj/project.xcworkspace/contents.xcworkspacedata
lldb/trunk/tools/debugserver/debugserver.xcodeproj/project.xcworkspace/xcuserdata/
lldb/trunk/tools/debugserver/debugserver.xcodeproj/xcshareddata/
lldb/trunk/tools/debugserver/debugserver.xcodeproj/xcshareddata/xcschemes/
lldb/trunk/tools/debugserver/debugserver.xcodeproj/xcshareddata/xcschemes/debugserver.xcscheme
Modified:
lldb/trunk/tools/driver/Driver.cpp
Added: lldb/trunk/lldb.xcodeproj/project.xcworkspace/contents.xcworkspacedata
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/lldb.xcodeproj/project.xcworkspace/contents.xcworkspacedata?rev=124416&view=auto
==============================================================================
--- lldb/trunk/lldb.xcodeproj/project.xcworkspace/contents.xcworkspacedata (added)
+++ lldb/trunk/lldb.xcodeproj/project.xcworkspace/contents.xcworkspacedata Thu Jan 27 14:15:39 2011
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Workspace
+ version = "1.0">
+ <FileRef
+ location = "self:lldb.xcodeproj">
+ </FileRef>
+</Workspace>
Added: lldb/trunk/lldb.xcodeproj/xcshareddata/xcschemes/LLDB.xcscheme
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/lldb.xcodeproj/xcshareddata/xcschemes/LLDB.xcscheme?rev=124416&view=auto
==============================================================================
--- lldb/trunk/lldb.xcodeproj/xcshareddata/xcschemes/LLDB.xcscheme (added)
+++ lldb/trunk/lldb.xcodeproj/xcshareddata/xcschemes/LLDB.xcscheme Thu Jan 27 14:15:39 2011
@@ -0,0 +1,88 @@
+<?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 = "26680206115FD0ED008E1FE4"
+ BuildableName = "LLDB.framework"
+ BlueprintName = "LLDB"
+ ReferencedContainer = "container:lldb.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 = "BLUBBY"
+ value = "YES"
+ 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 = "26F5C26910F3D9A4009D5894"
+ BuildableName = "lldb"
+ BlueprintName = "lldb-tool"
+ ReferencedContainer = "container:lldb.xcodeproj">
+ </BuildableReference>
+ </BuildableProductRunnable>
+ <EnvironmentVariables>
+ <EnvironmentVariable
+ key = "BLUBBY"
+ value = "YES"
+ isEnabled = "YES">
+ </EnvironmentVariable>
+ </EnvironmentVariables>
+ <AdditionalOptions>
+ </AdditionalOptions>
+ </LaunchAction>
+ <ProfileAction
+ displayScaleIsEnabled = "NO"
+ displayScale = "1.00"
+ shouldUseLaunchSchemeArgsEnv = "YES"
+ savedToolIdentifier = ""
+ useCustomWorkingDirectory = "NO"
+ buildConfiguration = "Release">
+ <EnvironmentVariables>
+ <EnvironmentVariable
+ key = "BLUBBY"
+ value = "YES"
+ isEnabled = "YES">
+ </EnvironmentVariable>
+ </EnvironmentVariables>
+ </ProfileAction>
+ <AnalyzeAction
+ buildConfiguration = "Debug">
+ </AnalyzeAction>
+ <ArchiveAction
+ buildConfiguration = "Release"
+ revealArchiveInOrganizer = "YES">
+ </ArchiveAction>
+</Scheme>
Added: lldb/trunk/lldb.xcodeproj/xcshareddata/xcschemes/darwin-debug.xcscheme
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/lldb.xcodeproj/xcshareddata/xcschemes/darwin-debug.xcscheme?rev=124416&view=auto
==============================================================================
--- lldb/trunk/lldb.xcodeproj/xcshareddata/xcschemes/darwin-debug.xcscheme (added)
+++ lldb/trunk/lldb.xcodeproj/xcshareddata/xcschemes/darwin-debug.xcscheme Thu Jan 27 14:15:39 2011
@@ -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 = "26579F67126A25920007C5CB"
+ BuildableName = "darwin-debug"
+ BlueprintName = "darwin-debug"
+ ReferencedContainer = "container:lldb.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 = "GRUBBY"
+ value = "YES"
+ isEnabled = "YES">
+ </EnvironmentVariable>
+ </EnvironmentVariables>
+ </TestAction>
+ <LaunchAction
+ selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.GDB"
+ selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.GDB"
+ displayScaleIsEnabled = "NO"
+ displayScale = "1.00"
+ launchStyle = "0"
+ useCustomWorkingDirectory = "NO"
+ buildConfiguration = "Debug">
+ <BuildableProductRunnable>
+ <BuildableReference
+ BuildableIdentifier = "primary"
+ BlueprintIdentifier = "26579F67126A25920007C5CB"
+ BuildableName = "darwin-debug"
+ BlueprintName = "darwin-debug"
+ ReferencedContainer = "container:lldb.xcodeproj">
+ </BuildableReference>
+ </BuildableProductRunnable>
+ <EnvironmentVariables>
+ <EnvironmentVariable
+ key = "GRUBBY"
+ value = "YES"
+ 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 = "26579F67126A25920007C5CB"
+ BuildableName = "darwin-debug"
+ BlueprintName = "darwin-debug"
+ ReferencedContainer = "container:lldb.xcodeproj">
+ </BuildableReference>
+ </BuildableProductRunnable>
+ <EnvironmentVariables>
+ <EnvironmentVariable
+ key = "GRUBBY"
+ value = "YES"
+ isEnabled = "YES">
+ </EnvironmentVariable>
+ </EnvironmentVariables>
+ </ProfileAction>
+ <AnalyzeAction
+ buildConfiguration = "Debug">
+ </AnalyzeAction>
+ <ArchiveAction
+ buildConfiguration = "Release"
+ revealArchiveInOrganizer = "YES">
+ </ArchiveAction>
+</Scheme>
Added: lldb/trunk/lldb.xcodeproj/xcshareddata/xcschemes/lldb-tool.xcscheme
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/lldb.xcodeproj/xcshareddata/xcschemes/lldb-tool.xcscheme?rev=124416&view=auto
==============================================================================
--- lldb/trunk/lldb.xcodeproj/xcshareddata/xcschemes/lldb-tool.xcscheme (added)
+++ lldb/trunk/lldb.xcodeproj/xcshareddata/xcschemes/lldb-tool.xcscheme Thu Jan 27 14:15:39 2011
@@ -0,0 +1,172 @@
+<?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 = "26F5C26910F3D9A4009D5894"
+ BuildableName = "lldb"
+ BlueprintName = "lldb-tool"
+ ReferencedContainer = "container:lldb.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 = "LLDB_LAUNCH_FLAG_DISABLE_ASLR"
+ value = "YES"
+ isEnabled = "NO">
+ </EnvironmentVariable>
+ <EnvironmentVariable
+ key = "LLDB_LAUNCH_FLAG_LAUNCH_IN_TTY"
+ value = "YES"
+ isEnabled = "NO">
+ </EnvironmentVariable>
+ <EnvironmentVariable
+ key = "LLDB_LAUNCH_FLAG_DISABLE_STDIO"
+ value = "YES"
+ isEnabled = "NO">
+ </EnvironmentVariable>
+ <EnvironmentVariable
+ key = "LLDB_DEBUGSERVER_PATH"
+ value = "/tmp/debugserver"
+ isEnabled = "NO">
+ </EnvironmentVariable>
+ <EnvironmentVariable
+ key = "LLDB_DEBUGSERVER_LOG_FILE"
+ value = "/tmp/debugserver.txt"
+ isEnabled = "YES">
+ </EnvironmentVariable>
+ <EnvironmentVariable
+ key = "LLDB_DEBUGSERVER_LOG_FLAGS"
+ value = "0x800e0e"
+ 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 = "26F5C26910F3D9A4009D5894"
+ BuildableName = "lldb"
+ BlueprintName = "lldb-tool"
+ ReferencedContainer = "container:lldb.xcodeproj">
+ </BuildableReference>
+ </BuildableProductRunnable>
+ <EnvironmentVariables>
+ <EnvironmentVariable
+ key = "LLDB_LAUNCH_FLAG_DISABLE_ASLR"
+ value = "YES"
+ isEnabled = "NO">
+ </EnvironmentVariable>
+ <EnvironmentVariable
+ key = "LLDB_LAUNCH_FLAG_LAUNCH_IN_TTY"
+ value = "YES"
+ isEnabled = "NO">
+ </EnvironmentVariable>
+ <EnvironmentVariable
+ key = "LLDB_LAUNCH_FLAG_DISABLE_STDIO"
+ value = "YES"
+ isEnabled = "NO">
+ </EnvironmentVariable>
+ <EnvironmentVariable
+ key = "LLDB_DEBUGSERVER_PATH"
+ value = "/tmp/debugserver"
+ isEnabled = "NO">
+ </EnvironmentVariable>
+ <EnvironmentVariable
+ key = "LLDB_DEBUGSERVER_LOG_FILE"
+ value = "/tmp/debugserver.txt"
+ isEnabled = "YES">
+ </EnvironmentVariable>
+ <EnvironmentVariable
+ key = "LLDB_DEBUGSERVER_LOG_FLAGS"
+ value = "0x800e0e"
+ 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 = "26F5C26910F3D9A4009D5894"
+ BuildableName = "lldb"
+ BlueprintName = "lldb-tool"
+ ReferencedContainer = "container:lldb.xcodeproj">
+ </BuildableReference>
+ </BuildableProductRunnable>
+ <EnvironmentVariables>
+ <EnvironmentVariable
+ key = "LLDB_LAUNCH_FLAG_DISABLE_ASLR"
+ value = "YES"
+ isEnabled = "NO">
+ </EnvironmentVariable>
+ <EnvironmentVariable
+ key = "LLDB_LAUNCH_FLAG_LAUNCH_IN_TTY"
+ value = "YES"
+ isEnabled = "NO">
+ </EnvironmentVariable>
+ <EnvironmentVariable
+ key = "LLDB_LAUNCH_FLAG_DISABLE_STDIO"
+ value = "YES"
+ isEnabled = "NO">
+ </EnvironmentVariable>
+ <EnvironmentVariable
+ key = "LLDB_DEBUGSERVER_PATH"
+ value = "/tmp/debugserver"
+ isEnabled = "NO">
+ </EnvironmentVariable>
+ <EnvironmentVariable
+ key = "LLDB_DEBUGSERVER_LOG_FILE"
+ value = "/tmp/debugserver.txt"
+ isEnabled = "YES">
+ </EnvironmentVariable>
+ <EnvironmentVariable
+ key = "LLDB_DEBUGSERVER_LOG_FLAGS"
+ value = "0x800e0e"
+ isEnabled = "YES">
+ </EnvironmentVariable>
+ </EnvironmentVariables>
+ </ProfileAction>
+ <AnalyzeAction
+ buildConfiguration = "Debug">
+ </AnalyzeAction>
+ <ArchiveAction
+ buildConfiguration = "Release"
+ revealArchiveInOrganizer = "YES">
+ </ArchiveAction>
+</Scheme>
Added: lldb/trunk/lldb.xcworkspace/contents.xcworkspacedata
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/lldb.xcworkspace/contents.xcworkspacedata?rev=124416&view=auto
==============================================================================
--- lldb/trunk/lldb.xcworkspace/contents.xcworkspacedata (added)
+++ lldb/trunk/lldb.xcworkspace/contents.xcworkspacedata Thu Jan 27 14:15:39 2011
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Workspace
+ version = "1.0">
+ <FileRef
+ location = "group:lldb.xcodeproj">
+ </FileRef>
+ <FileRef
+ location = "group:tools/debugserver/debugserver.xcodeproj">
+ </FileRef>
+</Workspace>
Added: lldb/trunk/tools/debugserver/debugserver.xcodeproj/project.xcworkspace/contents.xcworkspacedata
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/debugserver/debugserver.xcodeproj/project.xcworkspace/contents.xcworkspacedata?rev=124416&view=auto
==============================================================================
--- lldb/trunk/tools/debugserver/debugserver.xcodeproj/project.xcworkspace/contents.xcworkspacedata (added)
+++ lldb/trunk/tools/debugserver/debugserver.xcodeproj/project.xcworkspace/contents.xcworkspacedata Thu Jan 27 14:15:39 2011
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Workspace
+ version = "1.0">
+ <FileRef
+ location = "self:debugserver.xcodeproj">
+ </FileRef>
+</Workspace>
Added: lldb/trunk/tools/debugserver/debugserver.xcodeproj/xcshareddata/xcschemes/debugserver.xcscheme
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/debugserver/debugserver.xcodeproj/xcshareddata/xcschemes/debugserver.xcscheme?rev=124416&view=auto
==============================================================================
--- lldb/trunk/tools/debugserver/debugserver.xcodeproj/xcshareddata/xcschemes/debugserver.xcscheme (added)
+++ lldb/trunk/tools/debugserver/debugserver.xcodeproj/xcshareddata/xcschemes/debugserver.xcscheme Thu Jan 27 14:15:39 2011
@@ -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>
Modified: lldb/trunk/tools/driver/Driver.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/driver/Driver.cpp?rev=124416&r1=124415&r2=124416&view=diff
==============================================================================
--- lldb/trunk/tools/driver/Driver.cpp (original)
+++ lldb/trunk/tools/driver/Driver.cpp Thu Jan 27 14:15:39 2011
@@ -1431,7 +1431,7 @@
}
int
-main (int argc, char const *argv[])
+main (int argc, char const *argv[], const char *envp[])
{
SBDebugger::Initialize();
More information about the lldb-commits
mailing list