HomeSort by relevance Sort by last modified time
    Searched full:m_name_match_type (Results 1 - 2 of 2) sorted by null

  /external/lldb/include/lldb/Target/
Process.h 1003 m_name_match_type (eNameMatchIgnore),
1011 m_name_match_type (process_name_match_type),
1044 return m_name_match_type;
1050 m_name_match_type = name_match_type;
1066 NameMatchType m_name_match_type; member in class:lldb_private::ProcessInstanceInfoMatch
    [all...]
  /external/lldb/source/Target/
Process.cpp 853 if (m_name_match_type == eNameMatchIgnore || process_name == NULL)
859 return lldb_private::NameMatches (process_name, m_name_match_type, match_name);
    [all...]

Completed in 59 milliseconds