Advertisement
Guest User

lldb setup for wstring printing

a guest
Apr 22nd, 2013
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. [richeakin@richeakin ~]$ ls ~/lldb/
  2. wcharsummary.py
  3. [richeakin@richeakin ~]$ cat ~/.lldbinit
  4. command script import ~/lldb/wcharsummary.py
  5. type summary add -F wcharsummary.wchar_SummaryProvider "wchar_t *"
  6. [richeakin@richeakin ~]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement