Home
last modified time | relevance | path

Searched refs:endstr (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/assert_messages_test/
H A DTestAssertMessages.py46 dict(startstr="dog", endstr="cat"),
59 dict(startstr=" prompt -- ", endstr="foo"),
86 dict(startstr="012", endstr="789", substrs=["345", "678"],
103 startstr="cat", endstr="rabbit", substrs=["abc", "def"]),
/llvm-project-15.0.7/lldb/test/API/commands/watchpoints/watchpoint_set_command/
H A DTestWatchLocationWithWatchSet.py77 endstr=' = 0')
103 endstr=' = 99')
/llvm-project-15.0.7/lldb/test/API/commands/watchpoints/hello_watchlocation/
H A DTestWatchLocation.py85 endstr=' = 0')
/llvm-project-15.0.7/lldb/test/API/commands/trace/
H A DTestTraceDumpInstructions.py222 endstr='no more data\n')
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py2237 endstr=None, argument
2279 if msg and not (patterns or startstr or endstr or substrs or error):
2344 if endstr and matched == matching:
2345 matched = output.endswith(endstr)
2347 expecting_str, endstr, found_str(matched)))