Changes between Version 2 and Version 3 of lldb formatters
- Timestamp:
- Jul 21, 2018, 4:28:22 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
lldb formatters
v2 v3 12 12 New 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. 13 13 14 Unit 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 14 16 == Tips and tricks for writing formatters 15 17