DescriptionFix missing "re" module import in GDB support script
The gdb-v8-support.py script uses the "re" module to match regular expression,
but it does not import it, resulting in an error when loading the script from
GDB. This patch adds the missing import.
BUG=
Committed: https://crrev.com/abcab811b4a8d67a921aa517be1951ad79f8f99b
Cr-Commit-Position: refs/heads/master@{#29770}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|