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

Unified Diff: src/flag-definitions.h

Issue 5965011: Basic GDB JIT Interface integration. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: minor formatting cleanup Created 10 years 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 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
//

Powered by Google App Engine
This is Rietveld 408576698