Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp532 !gdb_comm.AvoidGPackets((ProcessGDBRemote *)process); in ReadAllRegisterValues()
601 !gdb_comm.AvoidGPackets((ProcessGDBRemote *)process); in WriteAllRegisterValues()
H A DGDBRemoteCommunicationClient.h427 bool AvoidGPackets(ProcessGDBRemote *process);
H A DGDBRemoteCommunicationClient.cpp3410 bool GDBRemoteCommunicationClient::AvoidGPackets(ProcessGDBRemote *process) { in AvoidGPackets() function in GDBRemoteCommunicationClient