[Lldb-commits] [PATCH] D34945: Adding Support for Error Strings in Remote Packets

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 5 11:47:42 PDT 2017


clayborg added inline comments.


================
Comment at: source/Utility/StringExtractorGDBRemote.cpp:467
+    if (str_index != std::string::npos)
+      error_messg = m_packet.substr(++str_index);
+
----------------
clayborg wrote:
> hex encode
There is also a hex decode that will need to be added somewhere...


https://reviews.llvm.org/D34945





More information about the lldb-commits mailing list