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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits