Enrico Granata
|
db3485cd06
|
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
|
2011-08-23 16:13:35 +00:00 |
Enrico Granata
|
7703020e1b
|
another possible incarnation of a C++ string straight from llvm-gcc build 5658
llvm-svn: 136293
|
2011-07-27 23:33:58 +00:00 |
Enrico Granata
|
e594b1aaec
|
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
|
2011-07-27 19:01:14 +00:00 |
Johnny Chen
|
7af9a33d45
|
Add newline at end of file.
llvm-svn: 136028
|
2011-07-26 00:24:30 +00:00 |
Johnny Chen
|
f6fb627ffe
|
Minor modification.
llvm-svn: 136026
|
2011-07-26 00:22:58 +00:00 |
Johnny Chen
|
bb034f9f5d
|
Add an example type summary -- for lldb::ConnectionStatus.
llvm-svn: 135997
|
2011-07-25 22:47:54 +00:00 |
Jim Ingham
|
e3846fd16a
|
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
|
2011-07-23 00:12:05 +00:00 |
Enrico Granata
|
6d54d89af1
|
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
|
2011-07-21 01:40:17 +00:00 |