Searched refs:Packets (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/ |
| H A D | ProcessKDPLog.cpp | 25 {{"packets"}, {"log gdb remote packets"}, KDPLog::Packets}, 32 static Log::Channel g_channel(g_categories, KDPLog::Packets);
|
| H A D | ProcessKDPLog.h | 24 Packets = Log::ChannelFlag<6>, enumerator
|
| H A D | CommunicationKDP.cpp | 68 Log *log = GetLog(KDPLog::Packets); in SendRequestAndGetReply() 136 Log *log = GetLog(KDPLog::Packets); in SendRequestPacketNoLock() 181 Log *log = GetLog(KDPLog::Packets); in WaitForPacketWithTimeoutMicroSecondsNoLock() 234 Log *log = GetLog(KDPLog::Packets); in CheckForPacket()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemoteLog.cpp | 21 {{"packets"}, {"log gdb remote packets"}, GDBRLog::Packets}, 36 static Log::Channel g_channel(g_categories, GDBRLog::Packets);
|
| H A D | ProcessGDBRemoteLog.h | 25 Packets = Log::ChannelFlag<6>, enumerator
|
| H A D | GDBRemoteCommunication.cpp | 96 Log *log = GetLog(GDBRLog::Packets); in SendAck() 106 Log *log = GetLog(GDBRLog::Packets); in SendNack() 154 Log *log = GetLog(GDBRLog::Packets); in SendRawPacketNoLock() 248 Log *log = GetLog(GDBRLog::Packets); in ReadPacket() 267 Log *log = GetLog(GDBRLog::Packets); in WaitForPacketNoLock() 408 Log *log = GetLog(GDBRLog::Packets); in DecompressPacket() 642 Log *log = GetLog(GDBRLog::Packets); in CheckForPacket()
|
| H A D | GDBRemoteRegisterContext.cpp | 241 Log *log(GetLog(GDBRLog::Thread | GDBRLog::Packets)); in ReadRegisterBytes() 456 Log *log(GetLog(GDBRLog::Thread | GDBRLog::Packets)); in WriteRegisterBytes() 565 Log *log(GetLog(GDBRLog::Thread | GDBRLog::Packets)); in ReadAllRegisterValues() 740 Log *log(GetLog(GDBRLog::Thread | GDBRLog::Packets)); in WriteAllRegisterValues()
|
| H A D | GDBRemoteClientBase.cpp | 238 Log *log = GetLog(GDBRLog::Packets); in SendPacketAndWaitForResponseNoLock() 350 Log *log = GetLog(GDBRLog::Process|GDBRLog::Packets); in SyncWithContinueThread()
|
| H A D | GDBRemoteCommunicationServer.cpp | 141 Log *log = GetLog(GDBRLog::Packets); in SendIllFormedResponse()
|
| H A D | GDBRemoteCommunicationClient.cpp | 488 if (Log *log = GetLog(GDBRLog::Process | GDBRLog::Packets)) in SendThreadSpecificPacketAndWaitForResponse() 2112 Log *log(GetLog(GDBRLog::Process | GDBRLog::Packets)); in GetCurrentProcessInfo() 2887 Log *log(GetLog(GDBRLog::Process | GDBRLog::Packets)); in GetCurrentProcessAndThreadIDs() 4128 } else if (Log *log = GetLog(GDBRLog::Process | GDBRLog::Packets)) { in ServeSymbolLookups()
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | lldb-platform-packets.txt | 7 I/O Packets" detailed in the gdb-remote protocol documentation,
|
| H A D | lldb-gdb-remote.txt | 1889 // Packets are compressed as the last step before they are sent from the stub, and
|