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

Unified Diff: tests/gdb/gdb_test.py

Issue 11881048: Change debug stub log message verbosity level to 1. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 7 years, 11 months 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 | « tests/debug_stub/nacl.scons ('k') | tests/gdb/nacl.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/gdb/gdb_test.py
===================================================================
--- tests/gdb/gdb_test.py (revision 10601)
+++ tests/gdb/gdb_test.py (working copy)
@@ -179,6 +179,7 @@
def __init__(self, options, name):
self._options = options
self._name = name
+ print options.gdb
Mark Seaborn 2013/01/15 17:13:20 I don't think you meant to leave this here. Pleas
halyavin 2013/01/15 18:32:42 Done. I forgot to clear working copy before making
args = [options.gdb, '--interpreter=mi']
self._log = sys.stderr
self._gdb = subprocess.Popen(args,
« no previous file with comments | « tests/debug_stub/nacl.scons ('k') | tests/gdb/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698