Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/linux/
H A DHost.cpp74 uint32_t RGid, EGid; in GetStatusInfo() local
75 Line.consumeInteger(10, RGid); in GetStatusInfo()
79 ProcessInfo.SetGroupID(RGid); in GetStatusInfo()