[Lldb-commits] [PATCH] D49739: [WIP] Re-implement MI target-select command.

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 31 10:39:17 PDT 2018


clayborg added inline comments.


================
Comment at: source/API/SBTarget.cpp:1476-1477
+  } else
+    error.SetErrorStringWithFormat("<path-prefix> can't be empty "
+                                   "(SBTarget::%s) failed", __FUNCTION__);
+}
----------------
check if csFrom or csTo is empty and give an error message that states which one is invalid?


https://reviews.llvm.org/D49739





More information about the lldb-commits mailing list