[Lldb-commits] [lldb] r361676 - Revert Xcode scheme changes from 361675
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Fri May 24 15:12:01 PDT 2019
Author: gclayton
Date: Fri May 24 15:12:01 2019
New Revision: 361676
URL: http://llvm.org/viewvc/llvm-project?rev=361676&view=rev
Log:
Revert Xcode scheme changes from 361675
Modified:
lldb/trunk/lldb.xcodeproj/xcshareddata/xcschemes/desktop.xcscheme
Modified: lldb/trunk/lldb.xcodeproj/xcshareddata/xcschemes/desktop.xcscheme
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/lldb.xcodeproj/xcshareddata/xcschemes/desktop.xcscheme?rev=361676&r1=361675&r2=361676&view=diff
==============================================================================
--- lldb/trunk/lldb.xcodeproj/xcshareddata/xcschemes/desktop.xcscheme (original)
+++ lldb/trunk/lldb.xcodeproj/xcshareddata/xcschemes/desktop.xcscheme Fri May 24 15:12:01 2019
@@ -45,7 +45,7 @@
buildConfiguration = "DebugClang"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
- launchStyle = "0"
+ launchStyle = "1"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
@@ -61,12 +61,6 @@
ReferencedContainer = "container:lldb.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
- <CommandLineArguments>
- <CommandLineArgument
- argument = "~/Documents/src/args/a.out "
- isEnabled = "YES">
- </CommandLineArgument>
- </CommandLineArguments>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
More information about the lldb-commits
mailing list