[Webkit-unassigned] [Bug 143717] New: Add JSC_functionOverrides=<overrides file> debugging tool

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 14 10:39:42 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=143717

            Bug ID: 143717
           Summary: Add JSC_functionOverrides=<overrides file> debugging
                    tool
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com

This tool allows us to do runtime replacement of function bodies with alternatives for debugging purposes.  For example, this is useful when we need to debug VM bugs which manifest in scripts executing in webpages downloaded from remote servers that we don't control.  The tool allows us to augment those scripts with logging or test code to help isolate the bugs.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150414/0c64fe49/attachment.html>


More information about the webkit-unassigned mailing list