[all-commits] [llvm/llvm-project] c911cc: [intel-pt] Implement a basic test case
walter erquinigo via All-commits
all-commits at lists.llvm.org
Wed Apr 1 13:44:10 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c911cc6c49394909a335c8d7baffcfd8bdcc424b
https://github.com/llvm/llvm-project/commit/c911cc6c49394909a335c8d7baffcfd8bdcc424b
Author: Walter Erquinigo <wallace at fb.com>
Date: 2020-04-01 (Wed, 01 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
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