Searched refs:m_match_info (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Target/
H A DProcess.cpp855 const char *match_name = m_match_info.GetName();
868 if (m_match_info.ProcessIDIsValid() &&
869 m_match_info.GetProcessID() != proc_info.GetProcessID())
872 if (m_match_info.ParentProcessIDIsValid() &&
873 m_match_info.GetParentProcessID() != proc_info.GetParentProcessID())
876 if (m_match_info.UserIDIsValid () &&
877 m_match_info.GetUserID() != proc_info.GetUserID())
880 if (m_match_info.GroupIDIsValid () &&
881 m_match_info.GetGroupID() != proc_info.GetGroupID())
884 if (m_match_info
[all...]
/external/lldb/include/lldb/Target/
H A DProcess.h1002 m_match_info (),
1010 m_match_info (),
1014 m_match_info.GetExecutableFile().SetFile(process_name, false);
1020 return m_match_info;
1026 return m_match_info;
1065 ProcessInstanceInfo m_match_info; member in class:lldb_private::ProcessInstanceInfoMatch

Completed in 79 milliseconds