Changes between Initial Version and Version 1 of lldb formatters
- Timestamp:
- Jul 21, 2018, 4:23:33 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
lldb formatters
v1 v1 1 = lldb formatters 2 3 lldb supports "summary providers" which can show a summary for non-POD data types. 4 5 Some formatters are provided in Tools/lldb/lldb_webkit.py. To have these always present when debugging in lldb, include this file in your ~/.lldbinit file: 6 7 command script import {Path to WebKit Root}/Tools/lldb/lldb_webkit.py 8