Title: [175455] trunk/Source/bmalloc
Revision
175455
Author
[email protected]
Date
2014-11-01 19:31:12 -0700 (Sat, 01 Nov 2014)

Log Message

_javascript_Core is missing debug info for bmalloc because libbmalloc.a is stripped
<https://webkit.org/b/138286>
<rdar://problem/18847087>

Reviewed by Dan Bernstein.

* Configurations/bmalloc.xcconfig: Set STRIP_INSTALLED_PRODUCT
to NO for the target that produces libbmalloc.a so that the
debug symbols will be linked into _javascript_Core and end up in
its dSYM file.

Modified Paths

Diff

Modified: trunk/Source/bmalloc/ChangeLog (175454 => 175455)


--- trunk/Source/bmalloc/ChangeLog	2014-11-01 22:18:38 UTC (rev 175454)
+++ trunk/Source/bmalloc/ChangeLog	2014-11-02 02:31:12 UTC (rev 175455)
@@ -1,3 +1,16 @@
+2014-11-01  David Kilzer  <[email protected]>
+
+        _javascript_Core is missing debug info for bmalloc because libbmalloc.a is stripped
+        <https://webkit.org/b/138286>
+        <rdar://problem/18847087>
+
+        Reviewed by Dan Bernstein.
+
+        * Configurations/bmalloc.xcconfig: Set STRIP_INSTALLED_PRODUCT
+        to NO for the target that produces libbmalloc.a so that the
+        debug symbols will be linked into _javascript_Core and end up in
+        its dSYM file.
+
 2014-10-30  Dana Burkart  <[email protected]>
 
         <rdar://problem/18821260> Prepare for the mysterious future

Modified: trunk/Source/bmalloc/Configurations/bmalloc.xcconfig (175454 => 175455)


--- trunk/Source/bmalloc/Configurations/bmalloc.xcconfig	2014-11-01 22:18:38 UTC (rev 175454)
+++ trunk/Source/bmalloc/Configurations/bmalloc.xcconfig	2014-11-02 02:31:12 UTC (rev 175455)
@@ -29,3 +29,4 @@
 PRODUCT_NAME = bmalloc;
 
 GCC_SYMBOLS_PRIVATE_EXTERN = YES;
+STRIP_INSTALLED_PRODUCT = NO;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to