Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/docs/testsuite/
H A Da-detailed-walkthrough.txt84 startstr = "target.process.output-path (string) = 'stdout.txt'")
97 startstr = "This message should go to standard out.")
135 startstr = "target.process.output-path (string) = '.*stdout.txt'")
146 startstr = "target.process.output-path (string) = '%s'" %stdout
174 startstr = "This message should go to standard out.")
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py2269 startstr=None, argument
2312 if msg and not (patterns or startstr or endstr or substrs or error):
2372 if startstr:
2373 matched = output.startswith(startstr)
2375 expecting_str, startstr, found_str(matched)))