Home
last modified time | relevance | path

Searched refs:string_to_match (Results 1 – 2 of 2) sorted by relevance

/external/lldb/docs/testsuite/
Dbest-practices.txt7 defined in lldbtest.py which takes filename and string_to_match as arguments
/external/lldb/test/
Dlldbtest.py169 def line_number(filename, string_to_match): argument
173 if line.find(string_to_match) != -1:
176 raise Exception("Unable to find '%s' within file %s" % (string_to_match, filename))