llvm/lldb/include/lldb/API/SBCommandInterpreter.h

//===-- SBCommandInterpreter.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
//
//===----------------------------------------------------------------------===//

#ifndef LLDB_API_SBCOMMANDINTERPRETER_H
#define LLDB_API_SBCOMMANDINTERPRETER_H

#include <memory>

#include "lldb/API/SBDebugger.h"
#include "lldb/API/SBDefines.h"
#include "lldb/API/SBStructuredData.h"

namespace lldb_private {
class CommandPluginInterfaceImplementation;
}

namespace lldb {

class SBCommandInterpreter {};

#ifndef SWIG
class SBCommandPluginInterface {};

class SBCommand {};
#endif

} // namespace lldb

#endif // LLDB_API_SBCOMMANDINTERPRETER_H