Home
last modified time | relevance | path

Searched refs:NotificationHandler (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Protocol/MCP/
H A DProtocolServerMCP.h46 using NotificationHandler = variable
54 NotificationHandler handler);
104 llvm::StringMap<NotificationHandler> m_notification_handlers;
H A DProtocolServerMCP.cpp286 NotificationHandler handler) { in AddNotificationHandler()