Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(402)

Unified Diff: tools/gdb/gdb_chrome.py

Issue 91483002: Add gdb.printing import in gdb chrome python file for issue 226278 (gdb (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add gdb.printing import Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « AUTHORS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gdb/gdb_chrome.py
diff --git a/tools/gdb/gdb_chrome.py b/tools/gdb/gdb_chrome.py
index 8173fa15a5440f47cb9bccdb1da3bf1e834663e2..2c7c3717fb41f11f6a232818745edc67078935fc 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
« no previous file with comments | « AUTHORS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698