Searched refs:maybe_strict_output_regex (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lldb/test/API/tools/lldb-server/ |
D | TestLldbGdbServer.py | 110 {"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]+)\…
|
D | TestGdbRemote_vContThreads.py | 19 {"type": "output_match", "regex": self.maybe_strict_output_regex(
|
D | TestGdbRemoteAuxvSupport.py | 27 {"type": "output_match", "regex": self.maybe_strict_output_regex(
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-server/ |
D | gdbremote_testcase.py | 1583 def maybe_strict_output_regex(self, regex): member in GdbRemoteTestCaseBase
|