[Webkit-unassigned] [Bug 174637] New: lldb: Add type summary for StringView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 18 12:15:23 PDT 2017


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

            Bug ID: 174637
           Summary: lldb: Add type summary for StringView
           Product: WebKit
           Version: WebKit Local Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dbates at webkit.org
                CC: jer.noble at apple.com, jfbastien at apple.com,
                    lforschler at apple.com, sam at webkit.org

We should add a type summary for StringView objects to print the length and contents of the StringView similar to what we do for other string types. Currently you can get the effect of pretty printing a StringView by converting it to String using StringView.toString() and then printing the string in lldb. It would be more convenient to support pretty printing a StringView directly.

-- 
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/20170718/0e617f29/attachment.html>


More information about the webkit-unassigned mailing list