[Lldb-commits] [lldb] [llvm] [lldb] Update StreamGDBRemote to support llvm::ArrayRef (PR #203175)

Felipe de Azevedo Piovezan via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 11 08:15:11 PDT 2026


================
@@ -63,7 +63,7 @@ inline StringRef toStringRef(ArrayRef<char> Input) {
   return StringRef(Input.begin(), Input.size());
 }
 
-/// Construct a string ref from an array ref of unsigned chars.
+/// Construct an array ref of unsigned bytes from a string ref.
----------------
felipepiovezan wrote:

While I appreciate the drive by fix, I think we should move this to a separate PR, especially since this is crossing the project boundary (if we ever decide to revert the other parts of this, this comment should definitely not be reverted!)

https://github.com/llvm/llvm-project/pull/203175


More information about the lldb-commits mailing list