LLDB mainline
ProtocolServerMCP.h File Reference
#include "lldb/Core/ProtocolServer.h"
#include "lldb/Host/MainLoop.h"
#include "lldb/Host/Socket.h"
#include "lldb/Protocol/MCP/Server.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Error.h"
#include <cstddef>
#include <memory>
#include <mutex>
#include <thread>
#include <vector>

Go to the source code of this file.

Classes

class  lldb_private::mcp::ProtocolServerMCP

Namespaces

namespace  lldb_private
 A class that represents a running process on the host machine.
namespace  lldb_private::mcp

Functions

void lldb_private::mcp::PopulateServer (lldb_protocol::mcp::Server &server)
 Installs the standard LLDB tool and resource-provider set on server.