Diff output of two lldb commands
Setup
- Copy the contents of the last snippet (lldbinit) from the gist page, and paste into your .lldbinit file. This makes the ksdiff macro known inside lldb.
- Put file ksdiff.py in ~/.lldb/
sudo pip install temp
- Restart Xcode debug session
Example
(lldb) ksdiff <any lldb command>; <any lldb command>