[Lldb-commits] [PATCH] Fix process's output to stdout/stderr (MI)

Greg Clayton clayborg at gmail.com
Wed Feb 25 11:33:56 PST 2015


================
Comment at: tools/lldb-mi/MIUtilString.cpp:859
@@ +858,3 @@
+                    char strEscapedChar[sizeof("\\xXX")];
+                    ::sprintf(strEscapedChar, "\\x%02hhx", cUnescapedChar);
+                    strNew.append(strEscapedChar);
----------------
Use PRI macros for the correct size here?

http://reviews.llvm.org/D7858

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list