Fix missing "re" module import in GDB support script
authoraperez <aperez@igalia.com>
Tue, 21 Jul 2015 09:28:34 +0000 (02:28 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 21 Jul 2015 09:28:50 +0000 (09:28 +0000)
commitabcab811b4a8d67a921aa517be1951ad79f8f99b
treea95e8fa09c41cfe592f8187ea9064a09d2bf4fa0
parent816f53358bea27ee93d8dd5aa2764f1280d17d5f
Fix 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=

Review URL: https://codereview.chromium.org/1245713002

Cr-Commit-Position: refs/heads/master@{#29770}
tools/gdb-v8-support.py