Home
last modified time | relevance | path

Searched refs:GetGDBServerProgramVersion (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h419 uint32_t GetGDBServerProgramVersion();
H A DGDBRemoteCommunicationClient.cpp1158 uint32_t GDBRemoteCommunicationClient::GetGDBServerProgramVersion() { in GetGDBServerProgramVersion() function in GDBRemoteCommunicationClient
3498 uint32_t gdb_server_version = GetGDBServerProgramVersion(); in AvoidGPackets()