Summary: | lldb: Add type summary for StringView | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Daniel Bates <dbates> | ||||
Component: | Tools / Tests | Assignee: | Daniel Bates <dbates> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | jer.noble, jfbastien, lforschler, sam | ||||
Priority: | P2 | ||||||
Version: | WebKit Local Build | ||||||
Hardware: | All | ||||||
OS: | All | ||||||
Attachments: |
|
Description
Daniel Bates
2017-07-18 12:15:23 PDT
Created attachment 315813 [details]
Patch
Cool. How does one install these? Do they work in Xcode too? (In reply to Sam Weinig from comment #2) > Cool. How does one install these? Installation instructions are at the top of the file: <https://trac.webkit.org/browser/trunk/Tools/lldb/lldb_webkit.py?rev=216701#L24>. If you don't want to always have these type summaries enabled and just want to try them out in a single lldb/Xcode debug session just execute: command script import {Path to WebKit Root}/Tools/lldb/lldb_webkit.py in your lldb/Xcode lldb session. > Do they work in Xcode too? Yes, it works in an Xcode lldb session. Comment on attachment 315813 [details] Patch Clearing flags on attachment: 315813 Committed r219637: <http://trac.webkit.org/changeset/219637> All reviewed patches have been landed. Closing bug. |