wiki:lldb formatters

Version 1 (modified by Simon Fraser, 7 years ago) ( diff )

--

lldb formatters

lldb supports "summary providers" which can show a summary for non-POD data types.

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:

command script import {Path to WebKit Root}/Tools/lldb/lldb_webkit.py

Note: See TracWiki for help on using the wiki.