| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 13de6b56eedd5b171d2e8ba2768a3ac6998b9e2e..e7da42e6e0b7573162c9688270c5e7b97839e1e0 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -470,7 +470,7 @@ DEFINE_bool(debugger_auto_break, true,
|
| "automatically set the debug break flag when debugger commands are "
|
| "in the queue")
|
| DEFINE_bool(enable_liveedit, true, "enable liveedit experimental feature")
|
| -DEFINE_bool(break_on_abort, true, "always cause a debug break before aborting")
|
| +DEFINE_bool(hard_abort, true, "abort by crashing")
|
|
|
| // execution.cc
|
| // Slightly less than 1MB on 64-bit, since Windows' default stack size for
|
|
|