Changes between Version 2 and Version 3 of lldb formatters


Ignore:
Timestamp:
Jul 21, 2018 4:28:22 PM (6 years ago)
Author:
Simon Fraser
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • lldb formatters

    v2 v3  
    1212New formatters for common types are always welcome. They are not hard to write; see <https://trac.webkit.org/changeset/234062> for an example of one being added.
    1313
     14Unit tests should be added in Tools/lldb/lldb_webkit_unittest.py (currently there are problems running these on the bots). You can run these tests manually with `./Tools/Scripts/test-webkitpy lldb_webkit_unittest`
     15
    1416== Tips and tricks for writing formatters
    1517