pull/1274/head
Alan Li 3 years ago committed by GitHub
parent 478a569cb3
commit db3a86abb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -211,7 +211,7 @@ def address(symbol: str) -> int:
# If we try to look up a TLS variable when there is no TLS, this
# exception occurs. Ideally we should come up with a way to check for
# this case before calling `gdb.lookup_symbol`
skipped_exceptions.append("Cannot find thread-local variables")
skipped_exceptions.append("Cannot find thread-local")
if all(x not in str(e) for x in skipped_exceptions):
raise e

Loading…
Cancel
Save