]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/testsuite: analyze-racy-logs.py cleanup
authorSimon Marchi <simon.marchi@efficios.com>
Thu, 25 Apr 2024 17:42:42 +0000 (13:42 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Sat, 22 Jun 2024 00:53:46 +0000 (20:53 -0400)
commit59cd16533b971358363c95ef1870c85e03dc15a8
tree89dace6d964af8d83a8c5c969937147e3e42c879
parent4c8d6351ccccd836833a414e3c8042a166438fba
gdb/testsuite: analyze-racy-logs.py cleanup

 - Add type annotations
 - Use a raw string in one spot (where we call re.sub), to avoid an
   "invalid escape sequence" warning.
 - Remove unused "os" import.

Change-Id: I0149cbb73ad2b05431f032fa9d9530282cb01e90
Reviewed-By: Guinevere Larsen <blarsen@redhat.com>
gdb/testsuite/analyze-racy-logs.py