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

Unified Diff: chrome/common/chrome_switches.cc

Issue 10447012: Add nacl-gdb-script switch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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
Index: chrome/common/chrome_switches.cc
===================================================================
--- chrome/common/chrome_switches.cc (revision 138748)
+++ chrome/common/chrome_switches.cc (working copy)
@@ -847,6 +847,9 @@
// flag can't be used.
const char kNaClGdb[] = "nacl-gdb";
+// GDB script that will be executed by nacl-gdb debugger at startup.
Mark Seaborn 2012/05/24 17:25:58 Nit: "by the nacl-gdb debugger"
halyavin 2012/05/25 09:37:45 Done.
+const char kNaClGdbScript[] = "nacl-gdb-script";
+
// On POSIX only: the contents of this flag are prepended to the nacl-loader
// command line. Useful values might be "valgrind" or "xterm -e gdb --args".
const char kNaClLoaderCmdPrefix[] = "nacl-loader-cmd-prefix";

Powered by Google App Engine
This is Rietveld 408576698