Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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.h422 bool AvoidGPackets(ProcessGDBRemote *process);
H A DGDBRemoteCommunicationClient.cpp3416 bool GDBRemoteCommunicationClient::AvoidGPackets(ProcessGDBRemote *process) { in AvoidGPackets() function in GDBRemoteCommunicationClient