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

References

tools/lldb/unittests/Utility/ProcessInstanceInfoTest.cpp
  100   match.SetNameMatchType(NameMatch::Equals);
  101   match.GetProcessInfo().GetExecutableFile().SetFile("bar",
  104   EXPECT_TRUE(match.Matches(info_bar));
  105   EXPECT_FALSE(match.Matches(info_empty));
  107   match.GetProcessInfo().GetExecutableFile() = FileSpec();
  108   EXPECT_TRUE(match.Matches(info_bar));
  109   EXPECT_TRUE(match.Matches(info_empty));