LLDB mainline
ProtocolServerMCP.cpp File Reference
#include "ProtocolServerMCP.h"
#include "Resource.h"
#include "Tool.h"
#include "lldb/Core/PluginManager.h"
#include "lldb/Host/FileSystem.h"
#include "lldb/Host/HostInfo.h"
#include "lldb/Protocol/MCP/Server.h"
#include "lldb/Utility/LLDBLog.h"
#include "lldb/Utility/Log.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/Threading.h"
#include <thread>

Go to the source code of this file.

Variables

static constexpr llvm::StringLiteral kName = "lldb-mcp"
static constexpr llvm::StringLiteral kVersion = "0.1.0"

Variable Documentation

◆ kName

llvm::StringLiteral kName = "lldb-mcp"
staticconstexpr

◆ kVersion

llvm::StringLiteral kVersion = "0.1.0"
staticconstexpr