[Lldb-commits] [PATCH] D37934: Fix compatibility with OpenOCD debug stub.
Tatyana Krasnukha via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 18 10:22:57 PDT 2017
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
More information about the lldb-commits
mailing list