teemperor added a comment.

@jingham I thought the same at first, but giving an error `command.empty()` 
turns out to be a problem. The command string contains the arguments (but not 
the command name itself).  So when calling for example `bt` we would hit this 
error (as there are no args, so `command` is empty). I think this code was 
written with the assumption that `command` contains the whole command line or 
something like that.


https://reviews.llvm.org/D49207



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

Reply via email to