[Lldb-commits] [PATCH] D32930: New framework for lldb client-server communication tests.

Kamil Rytarowski via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu May 11 14:40:45 PDT 2017


krytarowski added inline comments.


================
Comment at: unittests/tools/lldb-server/tests/MessageObjects.cpp:200
+
+  return std::stoul(big_endian, nullptr, 16);
+}
----------------
Throws exceptions.


https://reviews.llvm.org/D32930





More information about the lldb-commits mailing list