JDevlieghere marked an inline comment as done.
JDevlieghere added inline comments.


================
Comment at: lldb/scripts/extensions.swig:9
+    size_t desc_len = stream.GetSize();
+    if (desc_len > 0 && (desc[desc_len-1] == '\n' || desc[desc_len-1] == '\r'))
+      --desc_len;
----------------
I don't think this is the responsibility of the bindings, but for now I've kept 
it to make this a non-functional change. 


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72377/new/

https://reviews.llvm.org/D72377



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to