[Lldb-commits] [PATCH] D13158: Allow to construct CMIUtilString using std::string directly (MI)
Bruce Mitchener via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 24 23:27:46 PDT 2015
brucem added inline comments.
================
Comment at: tools/lldb-mi/MICmdInterpreter.cpp:166
@@ -165,3 +165,3 @@
m_miCmdData.strMiCmdToken = strNum.c_str();
}
----------------
Can this one be changed too?
http://reviews.llvm.org/D13158
More information about the lldb-commits
mailing list