tatyana-krasnukha added a comment. This obvious solution works well for me and seems safe.
auto isEmptyList = response.IsNormalResponse() && response.GetStringRef() == "l"; if ((response.IsUnsupportedResponse() || isEmptyList) ... Repository: rL LLVM https://reviews.llvm.org/D37934 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits