[Lldb-commits] [PATCH] D50317: Remove duplicated code in CommandObjectQuit

2018-08-05 Thread Raphael Isemann via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL338976: Remove duplicated code in CommandObjectQuit (authored by teemperor, committed by ). Herald added a subscriber: llvm-commits. Changed prior to commit:

[Lldb-commits] [PATCH] D50317: Remove duplicated code in CommandObjectQuit

2018-08-05 Thread Davide Italiano via Phabricator via lldb-commits
davide accepted this revision. davide added a comment. This revision is now accepted and ready to land. Sure. Repository: rLLDB LLDB https://reviews.llvm.org/D50317 ___ lldb-commits mailing list lldb-commits@lists.llvm.org

[Lldb-commits] [PATCH] D50317: Remove duplicated code in CommandObjectQuit

2018-08-05 Thread Raphael Isemann via Phabricator via lldb-commits
teemperor created this revision. We already have the same check directly before, so this code can never be reached (as seen in the test coverage). Repository: rLLDB LLDB https://reviews.llvm.org/D50317 Files: source/Commands/CommandObjectQuit.cpp Index: