Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dgdbclientutils.py523 except self.TerminateConnectionException:
632 raise self.TerminateConnectionException()
638 class TerminateConnectionException(Exception): class in MockGDBServer