diff options
Diffstat (limited to 'tools/intel-features/intel-pt/cli-wrapper-pt.h')
-rw-r--r-- | tools/intel-features/intel-pt/cli-wrapper-pt.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/intel-features/intel-pt/cli-wrapper-pt.h b/tools/intel-features/intel-pt/cli-wrapper-pt.h new file mode 100644 index 000000000000..e2a0ee47b579 --- /dev/null +++ b/tools/intel-features/intel-pt/cli-wrapper-pt.h @@ -0,0 +1,13 @@ +//===-- cli-wrapper-pt.h----------------------------------*- C++ -*-==========// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +// CLI Wrapper of PTDecoder Tool to enable it to be used through LLDB's CLI. +//===----------------------------------------------------------------------===// + +#include "lldb/API/SBDebugger.h" + +bool PTPluginInitialize(lldb::SBDebugger &debugger); |