LLDB mainline
|
#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" |
|
staticconstexpr |
Definition at line 30 of file ProtocolServerMCP.cpp.
Referenced by lldb_private::mcp::ProtocolServerMCP::AcceptCallback(), and lldb_private::PlatformWindows::EvaluateLoaderExpression().
|
staticconstexpr |
Definition at line 31 of file ProtocolServerMCP.cpp.
Referenced by lldb_private::mcp::ProtocolServerMCP::AcceptCallback().