- Feb 24, 2012
-
-
Enrico Granata authored
llvm-svn: 151388
-
Enrico Granata authored
llvm-svn: 151304
-
Enrico Granata authored
The formatter for NSString is an improved version of the one previously shipped as an example, the others are new in design and implementation. A more robust and OO-compliant Objective-C runtime wrapper is provided for runtime versions 1 and 2 on 32 and 64 bit. The formatters are contained in a category named "AppKit", which is not enabled at startup. llvm-svn: 151300
-
- Jan 31, 2012
-
-
Enrico Granata authored
This commit provides a new default summary for Objective-C boolean variables, which shows YES or NO instead of the character value. A new category named objc is added to contain this summary provider. Any future Objective-C related formatters would probably fit here llvm-svn: 149388
-
- Aug 23, 2011
-
-
Enrico Granata authored
Short option for --summary-string in 'type summary add' is now -s. This might be a breaking change for those who have summaries defined. llvm-svn: 138331
-
- Jul 28, 2011
-
-
Enrico Granata authored
llvm-svn: 136293
-
- Jul 27, 2011
-
-
Enrico Granata authored
make the C++stdlib string summary work even if for some reason std::basic_string<char> ends up in the debug info instead of std::string llvm-svn: 136246
-
- Jul 26, 2011
-
-
Johnny Chen authored
llvm-svn: 136028
-
Johnny Chen authored
llvm-svn: 136026
-
Johnny Chen authored
llvm-svn: 135997
-
- Jul 23, 2011
-
-
Jim Ingham authored
Don't delete & remake the exception breakpoints every time you need them. Make them once & enable/disable them as appropriate. Also reformatted the lldb summaries to make them easier to read, and added one. I'll do more as I get time. llvm-svn: 135827
-
- Jul 21, 2011
-
-
Enrico Granata authored
essentials contains two small summaries that you might really want to use; lldb contains some basic summaries for use in debugging LLDB itself. to use them, you must type category enable lldb llvm-svn: 135653
-