Expression evaluation error messages may have embedded new lines and tabs. These should be escaped in the result string.
Diff Detail
Diff Detail
Event Timeline
tools/lldb-mi/MICmdCmdVar.cpp | ||
---|---|---|
258 | I believe we should also escape quotes, isn't it? Use: const CMICmnMIValueConst miValueConst(strErrMsg.Escape(true /* vbEscapeQuotes */)); |
I believe we should also escape quotes, isn't it?
Use: