[all-commits] [llvm/llvm-project] b78157: [intel-pt] Implement a basic test case

walter erquinigo via All-commits all-commits at lists.llvm.org
Thu Apr 2 11:37:01 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b78157c88b327f4a683f2cdfe3d4f331492576a5
      https://github.com/llvm/llvm-project/commit/b78157c88b327f4a683f2cdfe3d4f331492576a5
  Author: Walter Erquinigo <wallace at fb.com>
  Date:   2020-04-02 (Thu, 02 Apr 2020)

  Changed paths:
    A lldb/test/API/tools/intel-features/intel-pt/test/Makefile
    A lldb/test/API/tools/intel-features/intel-pt/test/TestIntelPTSimpleBinary.py
    A lldb/test/API/tools/intel-features/intel-pt/test/main.cpp
    M lldb/tools/intel-features/intel-pt/cli-wrapper-pt.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list