Title: [234012] trunk/Tools
- Revision
- 234012
- Author
- [email protected]
- Date
- 2018-07-19 16:17:45 -0700 (Thu, 19 Jul 2018)
Log Message
Provide an lldb type summary for WebCore::Color
https://bugs.webkit.org/show_bug.cgi?id=187776
Dan Bates helped me with this attempted fix. Fingers crossed!
* Scripts/build-lldbwebkittester:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (234011 => 234012)
--- trunk/Tools/ChangeLog 2018-07-19 23:17:41 UTC (rev 234011)
+++ trunk/Tools/ChangeLog 2018-07-19 23:17:45 UTC (rev 234012)
@@ -1,3 +1,12 @@
+2018-07-19 Dean Jackson <[email protected]>
+
+ Provide an lldb type summary for WebCore::Color
+ https://bugs.webkit.org/show_bug.cgi?id=187776
+
+ Dan Bates helped me with this attempted fix. Fingers crossed!
+
+ * Scripts/build-lldbwebkittester:
+
2018-07-19 Stephan Szabo <[email protected]>
[WinCairo] Support DEVELOPER_MODE for allowing inspection of web inspector
Modified: trunk/Tools/Scripts/build-lldbwebkittester (234011 => 234012)
--- trunk/Tools/Scripts/build-lldbwebkittester 2018-07-19 23:17:41 UTC (rev 234011)
+++ trunk/Tools/Scripts/build-lldbwebkittester 2018-07-19 23:17:45 UTC (rev 234012)
@@ -64,6 +64,8 @@
buildProjectOrDie("Source/bmalloc", "bmalloc");
buildProjectOrDie("Source/WTF", "WTF");
+buildProjectOrDie("Source/WebCore", "WebCore");
+buildProjectOrDie("Source/WebKit", "WebKit");
buildProjectOrDie("Tools/lldb/lldbWebKitTester", "lldbWebKitTester");
sub buildProjectOrDie($$)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes