[Lldb-commits] [lldb] r370570 - [lldb][NFC] Remove unused prompt variable in TestMultilineCompletion.py

2019-08-31 Thread Raphael Isemann via lldb-commits
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

[Lldb-commits] [lldb] r370571 - [lldb] Unify target checking in CommandObject

2019-08-31 Thread Raphael Isemann via lldb-commits
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

[Lldb-commits] [PATCH] D66863: [lldb] Unify target checking in CommandObject

2019-08-31 Thread Raphael Isemann via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D67001: [lldb] Limit the amount of zeroes we use for padding when printing small floats

2019-08-31 Thread Raphael Isemann via Phabricator via lldb-commits
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: