[Lldb-commits] [lldb] [llvm] [lldb] Update StreamGDBRemote to support llvm::ArrayRef (PR #203175)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 11 09:18:26 PDT 2026
DavidSpickett wrote:
> I would even encourage you to remove the backwards compatible overload (either here, or separately)
I suggest keeping the removal of the overload as a separate PR. Then you have the simplest revert if you need to.
Here it's probably little to no risk since all this code gets compiled on most platforms, but it has helped me in the past with platform code where I forget to update Windows and the BSDs.
https://github.com/llvm/llvm-project/pull/203175
More information about the lldb-commits
mailing list