Author: teemperor
Date: Sat Aug 31 02:40:26 2019
New Revision: 370570
URL: http://llvm.org/viewvc/llvm-project?rev=370570&view=rev
Log:
[lldb][NFC] Remove unused prompt variable in TestMultilineCompletion.py
Modified:
lldb/trunk/packages/Python/lldbsuite/test/expression_command/multiline-com
Author: teemperor
Date: Sat Aug 31 02:41:25 2019
New Revision: 370571
URL: http://llvm.org/viewvc/llvm-project?rev=370571&view=rev
Log:
[lldb] Unify target checking in CommandObject
Summary:
We currently have several CommandObjects that manually reimplement the checking
for a selected target
or
This revision was automatically updated to reflect the committed changes.
Closed by commit rL370571: [lldb] Unify target checking in CommandObject
(authored by teemperor, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://revi
teemperor requested review of this revision.
teemperor added a comment.
Well, seems like we don't actually test this functionality anywhere else in the
test suite ( :( ) so this is good to review.
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67001/new/
https: