Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h420 uint32_t GetGDBServerProgramVersion();
H A DGDBRemoteCommunicationClient.cpp1140 uint32_t GDBRemoteCommunicationClient::GetGDBServerProgramVersion() { in GetGDBServerProgramVersion() function in GDBRemoteCommunicationClient
3428 uint32_t gdb_server_version = GetGDBServerProgramVersion(); in AvoidGPackets()