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 to pass to the nacl-gdb debugger at startup. |
+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"; |