This commit is contained in:
Alan Li 2022-10-11 19:42:46 +08:00 committed by GitHub
parent 478a569cb3
commit db3a86abb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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