Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h184 PacketResult SendNotificationPacketNoLock(llvm::StringRef notify_type,
H A DGDBRemoteCommunicationServerLLGS.cpp505 return SendNotificationPacketNoLock("Stop", m_stop_notification_queue, in SendWResponse()
1010 PacketResult ret = SendNotificationPacketNoLock( in SendStopReplyPacketForThread()
1201 return SendNotificationPacketNoLock("Stdio", m_stdio_notification_queue, in SendONotification()
H A DGDBRemoteCommunication.cpp125 GDBRemoteCommunication::SendNotificationPacketNoLock( in SendNotificationPacketNoLock() function in GDBRemoteCommunication