[Lldb-commits] [lldb] r136293 - /lldb/trunk/examples/summaries/essentials

Enrico Granata granata.enrico at gmail.com
Wed Jul 27 16:33:58 PDT 2011


Author: enrico
Date: Wed Jul 27 18:33:58 2011
New Revision: 136293

URL: http://llvm.org/viewvc/llvm-project?rev=136293&view=rev
Log:
another possible incarnation of a C++ string straight from llvm-gcc build 5658

Modified:
    lldb/trunk/examples/summaries/essentials

Modified: lldb/trunk/examples/summaries/essentials
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/examples/summaries/essentials?rev=136293&r1=136292&r2=136293&view=diff
==============================================================================
--- lldb/trunk/examples/summaries/essentials (original)
+++ lldb/trunk/examples/summaries/essentials Wed Jul 27 18:33:58 2011
@@ -1,2 +1,2 @@
-type summary add -f "${var._M_dataplus._M_p}" std::string std::basic_string<char>
+type summary add -f "${var._M_dataplus._M_p}" std::string std::basic_string<char> "std::basic_string<char,std::char_traits<char>,std::allocator<char> >"
 type summary add -f "\"${var%@}\"" "NSString *"





More information about the lldb-commits mailing list