[Webkit-unassigned] [Bug 137888] New: Factor out JITCode::typeName() for debugging use

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 20 11:41:42 PDT 2014


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

            Bug ID: 137888
           Summary: Factor out JITCode::typeName() for debugging use
    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

JITCode's printInternal() currently decodes the JITType into a string and prints it.  This change factors out the part that decodes the JITType into JITCode::typeName() so that we can call it from lldb while debugging to quickly decode a JITType value.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141020/d1649150/attachment-0002.html>


More information about the webkit-unassigned mailing list