diff options
author | ziran.sun@samsung.com <ziran.sun@samsung.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-08 22:13:43 +0000 |
---|---|---|
committer | ziran.sun@samsung.com <ziran.sun@samsung.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-08 22:13:43 +0000 |
commit | 18aa701dea5ef746a52ef43ee7f209abedb78182 (patch) | |
tree | 953c169237ee0a209d3f6d4ff388ec6aff1e8b22 /tools/gdb | |
parent | bd4f872f455b1ae8459c9c854641eb85df195977 (diff) | |
download | chromium_src-18aa701dea5ef746a52ef43ee7f209abedb78182.zip chromium_src-18aa701dea5ef746a52ef43ee7f209abedb78182.tar.gz chromium_src-18aa701dea5ef746a52ef43ee7f209abedb78182.tar.bz2 |
Add gdb.printing import in gdb chrome python file for issue 226278 (gdb
module doesn't exit)
BUG=226278
Review URL: https://codereview.chromium.org/91483002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239404 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/gdb')
-rw-r--r-- | tools/gdb/gdb_chrome.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gdb/gdb_chrome.py b/tools/gdb/gdb_chrome.py index 8173fa1..2c7c371 100644 --- a/tools/gdb/gdb_chrome.py +++ b/tools/gdb/gdb_chrome.py @@ -21,6 +21,7 @@ to print |any_variable| without using any printers. import datetime import gdb +import gdb.printing import webkit # When debugging this module, set the below variable to True, and then use |