Home
last modified time | relevance | path

Searched refs:maybe_strict_output_regex (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/test/API/tools/lldb-server/
DTestLldbGdbServer.py110 {"type": "output_match", "regex": self.maybe_strict_output_regex(r"hello, world\r\n")},
778 …{"type": "output_match", "regex": self.maybe_strict_output_regex(r"data address: 0x([0-9a-fA-F]+)\…
865 …{"type": "output_match", "regex": self.maybe_strict_output_regex(r"code address: 0x([0-9a-fA-F]+)\…
931 …{"type": "output_match", "regex": self.maybe_strict_output_regex(r"stack address: 0x([0-9a-fA-F]+)…
999 …{"type": "output_match", "regex": self.maybe_strict_output_regex(r"heap address: 0x([0-9a-fA-F]+)\…
1070 …{"type": "output_match", "regex": self.maybe_strict_output_regex(r"code address: 0x([0-9a-fA-F]+)\…
1284 …{"type": "output_match", "regex": self.maybe_strict_output_regex(r"data address: 0x([0-9a-fA-F]+)\…
DTestGdbRemote_vContThreads.py19 {"type": "output_match", "regex": self.maybe_strict_output_regex(
DTestGdbRemoteAuxvSupport.py27 {"type": "output_match", "regex": self.maybe_strict_output_regex(
/external/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
Dgdbremote_testcase.py1583 def maybe_strict_output_regex(self, regex): member in GdbRemoteTestCaseBase