[Lldb-commits] [PATCH] D13158: Allow to construct CMIUtilString using std::string directly (MI)

Ilia K via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 24 23:30:45 PDT 2015


ki.stfu added inline comments.

================
Comment at: tools/lldb-mi/MICmdInterpreter.cpp:166
@@ -165,3 +165,3 @@
 
         m_miCmdData.strMiCmdToken = strNum.c_str();
     }
----------------
brucem wrote:
> Can this one be changed too?
Sure.


http://reviews.llvm.org/D13158





More information about the lldb-commits mailing list