[Lldb-commits] [lldb] r176845 - The default configuration should be Debug, not DebugClang.
Jim Ingham
jingham at apple.com
Mon Mar 11 18:19:43 PDT 2013
Author: jingham
Date: Mon Mar 11 20:19:42 2013
New Revision: 176845
URL: http://llvm.org/viewvc/llvm-project?rev=176845&view=rev
Log:
The default configuration should be Debug, not DebugClang.
Modified:
lldb/trunk/lldb.xcodeproj/xcshareddata/xcschemes/lldb-tool.xcscheme
Modified: 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=176845&r1=176844&r2=176845&view=diff
==============================================================================
--- lldb/trunk/lldb.xcodeproj/xcshareddata/xcschemes/lldb-tool.xcscheme (original)
+++ lldb/trunk/lldb.xcodeproj/xcshareddata/xcschemes/lldb-tool.xcscheme Mon Mar 11 20:19:42 2013
@@ -87,7 +87,7 @@
launchStyle = "0"
useCustomWorkingDirectory = "NO"
customWorkingDirectory = "/Volumes/work/gclayton/Documents/devb/attach"
- buildConfiguration = "DebugClang"
+ buildConfiguration = "Debug"
ignoresPersistentStateOnLaunch = "YES"
debugDocumentVersioning = "YES"
allowLocationSimulation = "YES">
More information about the lldb-commits
mailing list