Index: runtime/vm/flag_list.h |
diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h |
index c25d5c80effab27b0bbcae7f681352f9d122d26f..3196b780fb6cd093b1a124cd8aad8b7ca3fcdc2b 100644 |
--- a/runtime/vm/flag_list.h |
+++ b/runtime/vm/flag_list.h |
@@ -21,5 +21,9 @@ R(pretenure_all, false, bool, false, "Global pretenuring (for testing).") \ |
D(trace_handles, bool, false, "Traces allocation of handles.") \ |
D(trace_zones, bool, false, "Traces allocation sizes in the zone.") \ |
P(verbose_gc, bool, false, "Enables verbose GC.") \ |
+R(support_debugger, false, bool, true, "Support the debugger.") \ |
+R(support_service, false, bool, true, "Support the service protocol.") \ |
+R(support_coverage, false, bool, true, "Support code coverage.") \ |
+R(support_timeline, false, bool, true, "Support timeline.") \ |
#endif // VM_FLAG_LIST_H_ |