|
LLDB mainline
|
#include "ProtocolServerMCP.h"#include "Resource.h"#include "Tool.h"#include "lldb/Core/PluginManager.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 28 of file ProtocolServerMCP.cpp.
Referenced by lldb_private::PlatformWindows::EvaluateLoaderExpression(), and lldb_private::mcp::ProtocolServerMCP::Start().
|
staticconstexpr |
Definition at line 29 of file ProtocolServerMCP.cpp.
Referenced by lldb_private::mcp::ProtocolServerMCP::Start().