Home
last modified time | relevance | path

Searched refs:SendNotificationPacketNoLock (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h186 PacketResult SendNotificationPacketNoLock(llvm::StringRef notify_type,
H A DGDBRemoteCommunicationServerLLGS.cpp509 return SendNotificationPacketNoLock("Stop", m_stop_notification_queue, in SendWResponse()
1012 PacketResult ret = SendNotificationPacketNoLock( in SendStopReplyPacketForThread()
1203 return SendNotificationPacketNoLock("Stdio", m_stdio_notification_queue, in SendONotification()
H A DGDBRemoteCommunication.cpp128 GDBRemoteCommunication::SendNotificationPacketNoLock( in SendNotificationPacketNoLock() function in GDBRemoteCommunication