Home
last modified time | relevance | path

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

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