| Index: runtime/vm/flag_list.h
|
| diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h
|
| index 58311147c679aa0673c9af841066f9d9c97398ec..ff9c67e14f88dadecacab2f86bf4dc72a5ee6109 100644
|
| --- a/runtime/vm/flag_list.h
|
| +++ b/runtime/vm/flag_list.h
|
| @@ -67,6 +67,9 @@
|
| R(dump_megamorphic_stats, false, bool, false, \
|
| "Dump megamorphic cache statistics") \
|
| R(dump_symbol_stats, false, bool, false, "Dump symbol table statistics") \
|
| + P(dwarf_stack_traces, bool, false, \
|
| + "Emit DWARF line number and inlining info" \
|
| + "in dylib snapshots and don't symbolize stack traces.") \
|
| R(enable_asserts, false, bool, false, "Enable assert statements.") \
|
| R(enable_malloc_hooks, false, bool, false, \
|
| "Enable native memory statistic collection. Enabled by default in Debug " \
|
|
|