crashanalysercmd/Libraries/File Formats/Plugins/CrashInfoFilePlugin/FileFormat/CrashInfoConsts.cs
changeset 3 045ade241ef5
parent 2 0c91f0baec58
equal deleted inserted replaced
2:0c91f0baec58 3:045ade241ef5
    98         //CrashAnalyser implementation's own types (not used in selge output)
    98         //CrashAnalyser implementation's own types (not used in selge output)
    99 
    99 
   100         public const string Kregister_extra = "REGISTER_EXTRA";
   100         public const string Kregister_extra = "REGISTER_EXTRA";
   101         public const string Kcall_stack_text = "CALL_STACK_TEXT";
   101         public const string Kcall_stack_text = "CALL_STACK_TEXT";
   102         public const string Kcrash_hash = "DEFECT_HASH"; // New crash hash that DbMover used to create itself.
   102         public const string Kcrash_hash = "DEFECT_HASH"; // New crash hash that DbMover used to create itself.
       
   103         public const string Kcrash_detailedhash = "DETAILED_DEFECT_HASH";
   103         public const string Kbinfile_name = "BIN_FILE_NAME";
   104         public const string Kbinfile_name = "BIN_FILE_NAME";
   104         public const string Ksymbolfile_names = "SYMBOL_FILE_NAME";
   105         public const string Ksymbolfile_names = "SYMBOL_FILE_NAME";
   105 
   106 
   106         public const string Kproduction_mode_value = "Production mode";
   107         public const string Kproduction_mode_value = "Production mode";
   107         public const string Krnd_mode_value = "R&D mode";
   108         public const string Krnd_mode_value = "R&D mode";