================
@@ -480,7 +480,9 @@ bool
GDBRemoteCommunicationClient::GetThreadSuffixSupported() {
}
return m_supports_thread_suffix;
}
-bool GDBRemoteCommunicationClient::GetVContSupported(char flavor) {
+
+bool GDBRemoteCommunicationClient::GetVContSupported(llvm::StringRef flavor) {
+ assert(flavor.size() > 0);
----------------
sedymrak wrote:
Thank you. That makes sense. I've pushed a corresponding commit.
https://github.com/llvm/llvm-project/pull/182287
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits