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

References

tools/lldb/source/Commands/CommandObjectPlatform.cpp
 1067               m_options.match_info.GetProcessInfo().GetProcessID();
 1087                 m_options.match_info.GetProcessInfo().GetName();
 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
 1225         match_info.GetProcessInfo().GetArchitecture() =
 1230         match_info.GetProcessInfo().GetExecutableFile().SetFile(
 1236         match_info.GetProcessInfo().GetExecutableFile().SetFile(
 1242         match_info.GetProcessInfo().GetExecutableFile().SetFile(
 1248         match_info.GetProcessInfo().GetExecutableFile().SetFile(
 1254         match_info.GetProcessInfo().GetExecutableFile().SetFile(
 1464         match_info.GetProcessInfo().GetExecutableFile().SetFile(
tools/lldb/source/Commands/CommandObjectProcess.cpp
  347         match_info.GetProcessInfo().GetExecutableFile().SetFile(
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
  350         match_info.GetProcessInfo().GetExecutableFile().SetFile(
  367         match_info.GetProcessInfo().SetProcessID(pid);
  372         match_info.GetProcessInfo().SetParentProcessID(pid);
  377         match_info.GetProcessInfo().SetUserID(uid);
  382         match_info.GetProcessInfo().SetGroupID(gid);
  387         match_info.GetProcessInfo().SetEffectiveUserID(uid);
  392         match_info.GetProcessInfo().SetEffectiveGroupID(gid);
  397         match_info.GetProcessInfo().GetArchitecture() =
tools/lldb/source/Target/Process.cpp
 2802           match_info.GetProcessInfo() = attach_info;
 2810             match_info.GetProcessInfo().GetExecutableFile().GetPath(
tools/lldb/unittests/Utility/ProcessInstanceInfoTest.cpp
  101   match.GetProcessInfo().GetExecutableFile().SetFile("bar",
  107   match.GetProcessInfo().GetExecutableFile() = FileSpec();