LLDB mainline
|
A known resource that the server is capable of reading. More...
#include <Protocol.h>
Public Attributes | |
std::string | uri |
The URI of this resource. | |
std::string | name |
A human-readable name for this resource. | |
std::string | description = "" |
A description of what this resource represents. | |
std::string | mimeType = "" |
The MIME type of this resource, if known. |
A known resource that the server is capable of reading.
Definition at line 108 of file Protocol.h.
std::string lldb_protocol::mcp::Resource::description = "" |
A description of what this resource represents.
Definition at line 116 of file Protocol.h.
Referenced by lldb_protocol::mcp::fromJSON(), lldb_private::mcp::DebuggerResourceProvider::GetDebuggerResource(), lldb_private::mcp::DebuggerResourceProvider::GetTargetResource(), and lldb_protocol::mcp::toJSON().
std::string lldb_protocol::mcp::Resource::mimeType = "" |
The MIME type of this resource, if known.
Definition at line 119 of file Protocol.h.
Referenced by lldb_protocol::mcp::fromJSON(), lldb_private::mcp::DebuggerResourceProvider::GetDebuggerResource(), lldb_private::mcp::DebuggerResourceProvider::GetTargetResource(), and lldb_protocol::mcp::toJSON().
std::string lldb_protocol::mcp::Resource::name |
A human-readable name for this resource.
Definition at line 113 of file Protocol.h.
Referenced by lldb_protocol::mcp::fromJSON(), lldb_private::mcp::DebuggerResourceProvider::GetDebuggerResource(), lldb_private::mcp::DebuggerResourceProvider::GetTargetResource(), and lldb_protocol::mcp::toJSON().
std::string lldb_protocol::mcp::Resource::uri |
The URI of this resource.
Definition at line 110 of file Protocol.h.
Referenced by lldb_protocol::mcp::fromJSON(), lldb_private::mcp::DebuggerResourceProvider::GetDebuggerResource(), lldb_private::mcp::DebuggerResourceProvider::GetTargetResource(), and lldb_protocol::mcp::toJSON().