llvm-project/lldb/tools/intel-features/intel-pt
Walter Erquinigo b78157c88b [intel-pt] Implement a basic test case
* This is a reattempted commit due to a previous builtbot failure

- Now using a env var to determine whether to run the test, as
someone might have built liblldbIntelFeatures.so without intelPT
support, which would make this test fail.

Summary:
Depends on D76872.

There was no test for the Intel PT support on LLDB, so I'm creating one, which
will help making progress on solid grounds.

The test is skipped if the Intel PT plugin library is not built.

Reviewers: clayborg, labath, kusmour, aadsm

Subscribers: lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D77107
2020-04-02 11:36:05 -07:00
..
interface
CMakeLists.txt
Decoder.cpp [intel-pt] Fix existing support in LLDB 2020-03-31 11:32:34 -07:00
Decoder.h [intel-pt] Fix existing support in LLDB 2020-03-31 11:32:34 -07:00
PTDecoder.cpp Delete unnecessary copy ctors 2019-05-22 08:38:23 +00:00
PTDecoder.h Delete unnecessary copy ctors 2019-05-22 08:38:23 +00:00
README_CLI.txt
README_TOOL.txt
cli-wrapper-pt.cpp [intel-pt] Implement a basic test case 2020-04-02 11:36:05 -07:00
cli-wrapper-pt.h