reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Commands/CommandObjectPlatform.cpp
 1167       success = !option_arg.getAsInteger(0, id);
 1170         match_info.GetProcessInfo().SetProcessID(id);
 1177         match_info.GetProcessInfo().SetParentProcessID(id);
 1185         match_info.GetProcessInfo().SetUserID(success ? id : UINT32_MAX);
 1192         match_info.GetProcessInfo().SetEffectiveUserID(success ? id
 1201         match_info.GetProcessInfo().SetGroupID(success ? id : UINT32_MAX);
 1208         match_info.GetProcessInfo().SetEffectiveGroupID(success ? id