| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index f160a85afc7acefc91a38d1f79a3ac78f970445a..6b1202c630e43b864798786b1b34cfed0f3e7ca0 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -356,6 +356,10 @@ DEFINE_string(map_counters, NULL, "Map counters to a file")
|
| DEFINE_args(js_arguments, JSArguments(),
|
| "Pass all remaining arguments to the script. Alias for \"--\".")
|
|
|
| +
|
| +DEFINE_bool(gdbjit, false, "enable GDBJIT interface")
|
| +DEFINE_bool(gdbjit_full, false, "enable GDBJIT interface for all code objects")
|
| +
|
| //
|
| // Debug only flags
|
| //
|
|
|