hanchenye-llvm-project/lldb/examples/summaries
Enrico Granata e1fb1654c8 Quick fix for the libc++ std::map synthetic children provider
If you try to access any child > 0 without having touched child 0, LLDB won't be able to reconstruct type information from the debug info.
Previously, we would fail.
Now, we simply go fetch child 0 and then come back.

llvm-svn: 174795
2013-02-09 01:44:23 +00:00
..
cocoa Quick fix for the libc++ std::map synthetic children provider 2013-02-09 01:44:23 +00:00
essentials
lldb Added a few more summaries I find useful for lldb. 2012-07-28 00:37:21 +00:00
objc.py <rdar://problem/11773899> Formatters for BOOL* and BOOL& 2012-07-13 18:55:41 +00:00
sp_cp.py