Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(200)

Unified Diff: src/flag-definitions.h

Issue 2854173002: Make in process stack dumping optional. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index 4c20e8fb1b45e30b5c6c7c34bb8d86a7d4806584..4fde086082fe1344683d8243cc1aa2e43d3e1928 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -1045,6 +1045,8 @@ DEFINE_BOOL(use_external_strings, false, "Use external strings for source code")
DEFINE_STRING(map_counters, "", "Map counters to a file")
DEFINE_ARGS(js_arguments,
"Pass all remaining arguments to the script. Alias for \"--\".")
+DEFINE_BOOL(disable_in_process_stack_traces, false,
+ "Disable in process stack traces.")
jochen (gone - plz use gerrit) 2017/05/03 10:42:08 instead of adding a flag to v8 itself, just add on
Oliver Chang 2017/05/03 16:25:19 Done.
//
// GDB JIT integration flags.

Powered by Google App Engine
This is Rietveld 408576698