[Lldb-commits] [PATCH] D67033: [lldb] Restructure test folders to match LLDB command hierarchy

2019-09-01 Thread Raphael Isemann via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL370605: [lldb] Restructure test folders to match LLDB command hierarchy (authored by teemperor, committed by ). Herald added subscribers: llvm-commits, mgrang, srhines. Herald added a reviewer: jdoerfert.

[Lldb-commits] [lldb] r370611 - [lldb][NFC] Fix failing tests after restructuring test folder

2019-09-01 Thread Raphael Isemann via lldb-commits
Author: teemperor Date: Sun Sep 1 06:36:44 2019 New Revision: 370611 URL: http://llvm.org/viewvc/llvm-project?rev=370611&view=rev Log: [lldb][NFC] Fix failing tests after restructuring test folder Just adjusts all the relative paths in the Makefiles (and the breakpoint test which seems to rely o

[Lldb-commits] [lldb] r370612 - [lldb] Small optimization of FormatMap::Delete

2019-09-01 Thread Jan Kratochvil via lldb-commits
Author: jankratochvil Date: Sun Sep 1 08:08:33 2019 New Revision: 370612 URL: http://llvm.org/viewvc/llvm-project?rev=370612&view=rev Log: [lldb] Small optimization of FormatMap::Delete Modified: lldb/trunk/include/lldb/DataFormatters/FormattersContainer.h Modified: lldb/trunk/include/lldb/

[Lldb-commits] [PATCH] D67049: 1/2: Code cleanup: Change FormattersContainer::KeyType from SP to rvalue

2019-09-01 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil created this revision. jankratochvil added reviewers: labath, JDevlieghere, jingham. jankratochvil added a project: LLDB. Herald added a reviewer: jdoerfert. There is now `std::shared_ptr` passed around which is expensive for manycore CPUs. Most of the times (except for 3 cases) it

[Lldb-commits] [PATCH] D66654: 2/2: Process formatters in reverse-chronological order

2019-09-01 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil updated this revision to Diff 218265. jankratochvil retitled this revision from "Prevent D66398 `TestDataFormatterStdList`-like regressions in the future" to "2/2: Process formatters in reverse-chronological order". jankratochvil edited the summary of this revision. jankratochvil ad

[Lldb-commits] [lldb] r370616 - [lldb][NFC] Fix failing tests on macOS after restructuring test folder

2019-09-01 Thread Raphael Isemann via lldb-commits
Author: teemperor Date: Sun Sep 1 09:30:06 2019 New Revision: 370616 URL: http://llvm.org/viewvc/llvm-project?rev=370616&view=rev Log: [lldb][NFC] Fix failing tests on macOS after restructuring test folder Modified: lldb/trunk/packages/Python/lldbsuite/test/commands/add-dsym/uuid/Makefile

[Lldb-commits] [PATCH] D66654: 2/2: Process formatters in reverse-chronological order

2019-09-01 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil updated this revision to Diff 218269. Repository: rLLDB LLDB CHANGES SINCE LAST ACTION https://reviews.llvm.org/D66654/new/ https://reviews.llvm.org/D66654 Files: lldb/include/lldb/DataFormatters/FormattersContainer.h lldb/packages/Python/lldbsuite/test/functionalities/da

[Lldb-commits] [lldb] r370618 - [lldb][NFC] Add test for invalid expression command args

2019-09-01 Thread Raphael Isemann via lldb-commits
Author: teemperor Date: Sun Sep 1 11:59:40 2019 New Revision: 370618 URL: http://llvm.org/viewvc/llvm-project?rev=370618&view=rev Log: [lldb][NFC] Add test for invalid expression command args Added: lldb/trunk/packages/Python/lldbsuite/test/commands/expression/invalid-args/ lldb/trunk/p

[Lldb-commits] [lldb] r370619 - [lldb] Test and fix invalid log command invocations

2019-09-01 Thread Raphael Isemann via lldb-commits
Author: teemperor Date: Sun Sep 1 12:29:01 2019 New Revision: 370619 URL: http://llvm.org/viewvc/llvm-project?rev=370619&view=rev Log: [lldb] Test and fix invalid log command invocations Added: lldb/trunk/packages/Python/lldbsuite/test/commands/log/invalid-args/ lldb/trunk/packages/Pyth