Lines Matching refs:crash
250 crashes = (pretty(crash) for crash in read_crashes(output_dir))
372 """ Parse out the crash information from the report file. """
444 def predicate(crash):
447 encode_value(crash, 'source', lambda x: escape(chop(prefix, x)))
448 encode_value(crash, 'problem', escape)
449 encode_value(crash, 'file', lambda x: escape(chop(output_dir, x)))
450 encode_value(crash, 'info', lambda x: escape(chop(output_dir, x)))
451 encode_value(crash, 'stderr', lambda x: escape(chop(output_dir, x)))
452 return crash