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.
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
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/
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
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
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
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
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
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