labath added a comment.

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.


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