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

Declarations

tools/lldb/include/lldb/Utility/ProcessInfo.h
  240   bool Matches(const ProcessInstanceInfo &proc_info) const;

References

tools/lldb/source/Host/linux/Host.cpp
  264       if (match_info.Matches(process_info)) {
tools/lldb/unittests/Utility/ProcessInstanceInfoTest.cpp
  104   EXPECT_TRUE(match.Matches(info_bar));
  105   EXPECT_FALSE(match.Matches(info_empty));
  108   EXPECT_TRUE(match.Matches(info_bar));
  109   EXPECT_TRUE(match.Matches(info_empty));