This revision was automatically updated to reflect the committed changes.
Closed by commit rL338040: Don't print two errors for unknown commands.
(authored by teemperor, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D49831?vs=157415&i
labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
Looks good. It would be nice to mention the name of that other function in the
commit message.
https://reviews.llvm.org/D49831
___
lldb-commits
teemperor created this revision.
We always print two error messages when we hit an unknown command. As the
function with
one error message unconditionally calls the other, we can just remove that
error message.
Fixes https://bugs.llvm.org/show_bug.cgi?id=38312
https://reviews.llvm.org/D49831