Chromium Code Reviews| 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"; |