LLDB mainline
|
A notification which does not expect a response. More...
#include <Protocol.h>
Public Attributes | |
std::string | method |
The method to be invoked. | |
std::optional< llvm::json::Value > | params |
The notification's params. |
A notification which does not expect a response.
Definition at line 88 of file Protocol.h.
std::string lldb_protocol::mcp::Notification::method |
The method to be invoked.
Definition at line 90 of file Protocol.h.
Referenced by lldb_protocol::mcp::Server::Handle(), and lldb_protocol::mcp::operator==().
std::optional<llvm::json::Value> lldb_protocol::mcp::Notification::params |
The notification's params.
Definition at line 92 of file Protocol.h.
Referenced by lldb_protocol::mcp::operator==().