LLDB mainline
|
The contents of a specific resource or sub-resource. More...
#include <Protocol.h>
Public Attributes | |
std::string | uri |
The URI of this resource. | |
std::string | text |
The text of the item. | |
std::string | mimeType |
The MIME type of this resource, if known. |
The contents of a specific resource or sub-resource.
Definition at line 134 of file Protocol.h.
std::string lldb_protocol::mcp::TextResourceContents::mimeType |
The MIME type of this resource, if known.
Definition at line 143 of file Protocol.h.
Referenced by lldb_protocol::mcp::fromJSON(), lldb_private::mcp::DebuggerResourceProvider::ReadDebuggerResource(), lldb_private::mcp::DebuggerResourceProvider::ReadTargetResource(), and lldb_protocol::mcp::toJSON().
std::string lldb_protocol::mcp::TextResourceContents::text |
The text of the item.
This must only be set if the item can actually be represented as text (not binary data).
Definition at line 140 of file Protocol.h.
Referenced by lldb_protocol::mcp::fromJSON(), lldb_private::mcp::DebuggerResourceProvider::ReadDebuggerResource(), lldb_private::mcp::DebuggerResourceProvider::ReadTargetResource(), and lldb_protocol::mcp::toJSON().
std::string lldb_protocol::mcp::TextResourceContents::uri |
The URI of this resource.
Definition at line 136 of file Protocol.h.
Referenced by lldb_protocol::mcp::fromJSON(), lldb_private::mcp::DebuggerResourceProvider::ReadDebuggerResource(), lldb_private::mcp::DebuggerResourceProvider::ReadTargetResource(), and lldb_protocol::mcp::toJSON().