From 18aa701dea5ef746a52ef43ee7f209abedb78182 Mon Sep 17 00:00:00 2001 From: "ziran.sun@samsung.com" Date: Sun, 8 Dec 2013 22:13:43 +0000 Subject: 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 --- tools/gdb/gdb_chrome.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/gdb') 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 -- cgit v1.1