JDevlieghere added a comment.

In D59779#1441705 <https://reviews.llvm.org/D59779#1441705>, @labath wrote:

> Given the current way lldb command interpreter parser does things (which 
> tries to model a posix shell), (one of) the correct ways to do `'`-quoting 
> would be to replace each `'` char by `'\''`.
>
> However,  this isn't the only problem with how we do tab-completion of quoted 
> strings, so if you want to just fix the crash, I think this is fine.


Yeah. I didn't dive into the intricacies of this function.


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D59779



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

Reply via email to