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 the nacl-gdb debugger at startup. |
Mark Seaborn
2012/05/29 18:19:44
Nit: maybe "GDB script to pass to the nacl-gdb deb
halyavin
2012/05/30 08:12:05
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"; |