Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Short option for --summary-string in 'type summary add' is now -s. This ↵ | Enrico Granata | 2011-08-23 | 1 | -2/+5 |
| | | | | | | might be a breaking change for those who have summaries defined. llvm-svn: 138331 | ||||
* | another possible incarnation of a C++ string straight from llvm-gcc build 5658 | Enrico Granata | 2011-07-27 | 1 | -1/+1 |
| | | | | llvm-svn: 136293 | ||||
* | make the C++stdlib string summary work even if for some reason ↵ | Enrico Granata | 2011-07-27 | 1 | -1/+1 |
| | | | | | | std::basic_string<char> ends up in the debug info instead of std::string llvm-svn: 136246 | ||||
* | essentials contains two small summaries that you might really want to use; ↵ | Enrico Granata | 2011-07-21 | 1 | -0/+2 |
lldb contains some basic summaries for use in debugging LLDB itself. to use them, you must type category enable lldb llvm-svn: 135653 |