 Chromium Code Reviews
 Chromium Code Reviews Issue 6524020:
  Merging gdb-jit changes for arm support + enhancements into top-of-trunk....  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
    
  
    Issue 6524020:
  Merging gdb-jit changes for arm support + enhancements into top-of-trunk....  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/| Index: src/flag-definitions.h | 
| =================================================================== | 
| --- src/flag-definitions.h (revision 6798) | 
| +++ src/flag-definitions.h (working copy) | 
| @@ -378,6 +378,7 @@ | 
| DEFINE_bool(gdbjit, false, "enable GDBJIT interface (disables compacting GC)") | 
| DEFINE_bool(gdbjit_full, false, "enable GDBJIT interface for all code objects") | 
| +DEFINE_bool(gdbjit_dump, false, "dump elf objects with debug info to disk") | 
| // | 
| // Debug only flags |