Lines Matching defs:gid
2026 } else if (name == "gid") {
2027 uint32_t gid = UINT32_MAX;
2028 value.getAsInteger(0, gid);
2029 process_info.SetGroupID(gid);
2031 uint32_t gid = UINT32_MAX;
2032 value.getAsInteger(0, gid);
2033 process_info.SetEffectiveGroupID(gid);
2343 packet.Printf("gid:%u;", match_info.GetProcessInfo().GetGroupID());
2409 bool GDBRemoteCommunicationClient::GetGroupName(uint32_t gid,
2414 ::snprintf(packet, sizeof(packet), "qGroupName:%i", gid);