blob: 3d2fe69b0151506fca18fd7f51b72ab5413d3543 [file] [log] [blame]
//===-- cli-wrapper-pt.h----------------------------------*- C++ -*-==========//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
// 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);