|
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 89 of file Protocol.h.
| std::string lldb_protocol::mcp::Notification::method |
The method to be invoked.
Definition at line 91 of file Protocol.h.
Referenced by lldb_protocol::mcp::ProtocolDescriptor::KeyFor(), and lldb_protocol::mcp::operator==().
| std::optional<llvm::json::Value> lldb_protocol::mcp::Notification::params |
The notification's params.
Definition at line 93 of file Protocol.h.
Referenced by lldb_protocol::mcp::ProtocolDescriptor::Extract(), and lldb_protocol::mcp::operator==().