[Lldb-commits] [PATCH] D103701: [lldb] Set return status to failed when adding a command error

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 4 09:04:15 PDT 2021


teemperor added a comment.

I can run this for you on macOS and Linux x86 which I think should cover every test.

FWIW, there is even more redundancy from what I remember as we IIRC return false within `bool DoExecute` everywhere. I can't recall why I didn't remove this yet (beside that it's a lot of work).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103701



More information about the lldb-commits mailing list