[Lldb-commits] [PATCH] D48752: Quiet command regex instructions during batch execution

2019-02-16 Thread Dave Lee via Phabricator via lldb-commits
kastiglione updated this revision to Diff 187135. kastiglione added a comment. Herald added a subscriber: jdoerfert. Add interactive parameter CHANGES SINCE LAST ACTION https://reviews.llvm.org/D48752/new/ https://reviews.llvm.org/D48752 Files: include/lldb/Core/IOHandler.h include/lldb/

[Lldb-commits] [lldb] r354202 - Fix TestDataFormatterLibcxxListLoop.py test

2019-02-16 Thread Raphael Isemann via lldb-commits
Author: teemperor Date: Sat Feb 16 04:13:30 2019 New Revision: 354202 URL: http://llvm.org/viewvc/llvm-project?rev=354202&view=rev Log: Fix TestDataFormatterLibcxxListLoop.py test Summary: The compilation of the TestDataFormatterLibcxxListLoop.py currently fails with this error: ``` functionali

[Lldb-commits] [PATCH] D58273: Fix TestDataFormatterLibcxxListLoop.py test

2019-02-16 Thread Raphael Isemann via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL354202: Fix TestDataFormatterLibcxxListLoop.py test (authored by teemperor, committed by ). Herald added a project: LLVM. Herald added a subscriber: llvm-commits. Changed prior to commit: https://review

Re: [Lldb-commits] [lldb] r354185 - Temporarily disable test:

2019-02-16 Thread Davide Italiano via lldb-commits
On Fri, Feb 15, 2019 at 4:12 PM Richard Smith via lldb-commits wrote: > > Author: rsmith > Date: Fri Feb 15 16:13:26 2019 > New Revision: 354185 > > URL: http://llvm.org/viewvc/llvm-project?rev=354185&view=rev > Log: > Temporarily disable test: > > test/lang/cpp/class-template-parameter-pack/TestC

[Lldb-commits] [lldb] r354204 - [testsuite] Skip this test correctly also on macOS.

2019-02-16 Thread Davide Italiano via lldb-commits
Author: davide Date: Sat Feb 16 09:16:53 2019 New Revision: 354204 URL: http://llvm.org/viewvc/llvm-project?rev=354204&view=rev Log: [testsuite] Skip this test correctly also on macOS. Modified: lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/class-template-parameter-pack/TestClassTemplat

[Lldb-commits] [lldb] r354206 - Add PythonBoolean type to the PythonDataObjects

2019-02-16 Thread Tatyana Krasnukha via lldb-commits
Author: tkrasnukha Date: Sat Feb 16 10:39:14 2019 New Revision: 354206 URL: http://llvm.org/viewvc/llvm-project?rev=354206&view=rev Log: Add PythonBoolean type to the PythonDataObjects Differential Revision: https://reviews.llvm.org/D57817 Modified: lldb/trunk/source/Plugins/ScriptInterprete

[Lldb-commits] [PATCH] D57817: Add PythonBoolean type to PythonDataObjects

2019-02-16 Thread Phabricator via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rLLDB354206: Add PythonBoolean type to the PythonDataObjects (authored by tkrasnukha, committed by ). Changed prior to commit: https://reviews.llvm.org/D57817?vs=185537&id=187142#toc Repository: rLLDB

[Lldb-commits] [PATCH] D55653: [lldb-mi] Check raw pointers before passing them to std::string ctor/assignment

2019-02-16 Thread Tatyana Krasnukha via Phabricator via lldb-commits
tatyana-krasnukha updated this revision to Diff 187153. tatyana-krasnukha retitled this revision from "Check pointer results on nullptr before using them" to "[lldb-mi] Check raw pointers before passing them to std::string ctor/assignment". tatyana-krasnukha added a comment. Herald added subscrib