Title: [148541] trunk
Revision
148541
Author
[email protected]
Date
2013-04-16 14:07:09 -0700 (Tue, 16 Apr 2013)

Log Message

Changed the default debugger from GDB to LLDB for the 'All Source' scheme in WebKit.xcworkspace.

Rubber-stamped by Dan Bernstein.

* WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:

Modified Paths

Diff

Modified: trunk/ChangeLog (148540 => 148541)


--- trunk/ChangeLog	2013-04-16 20:42:49 UTC (rev 148540)
+++ trunk/ChangeLog	2013-04-16 21:07:09 UTC (rev 148541)
@@ -1,3 +1,11 @@
+2013-04-16  Andy Estes  <[email protected]>
+
+        Changed the default debugger from GDB to LLDB for the 'All Source' scheme in WebKit.xcworkspace.
+
+        Rubber-stamped by Dan Bernstein.
+
+        * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
+
 2013-04-16  Manuel Rego Casasnovas  <[email protected]>
 
         [EFL] Bump libsoup dependency to 2.42.0

Modified: trunk/WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme (148540 => 148541)


--- trunk/WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme	2013-04-16 20:42:49 UTC (rev 148540)
+++ trunk/WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme	2013-04-16 21:07:09 UTC (rev 148541)
@@ -118,8 +118,8 @@
       </Testables>
    </TestAction>
    <LaunchAction
-      selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.GDB"
-      selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.GDB"
+      selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
+      selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
       launchStyle = "0"
       useCustomWorkingDirectory = "NO"
       buildConfiguration = "Debug"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to