Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dgdbclientutils.py528 except self.TerminateConnectionException:
637 raise self.TerminateConnectionException()
643 class TerminateConnectionException(Exception): class in MockGDBServer