Home
last modified time | relevance | path

Searched defs:Notification (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Protocol/MCP/
H A DProtocol.h63 struct Notification { struct
68 llvm::json::Value toJSON(const Notification &); argument
H A DProtocolServerMCP.cpp46 "notifications/initialized", [](const protocol::Notification &) { in ProtocolServerMCP()