Searched refs:CrashLogParser (Results 1 – 2 of 2) sorted by relevance
9 from lldb.macosx.crashlog import CrashLog,CrashLogParser13 crashlog_parser = CrashLogParser.create(self.dbg, self.crashlog_path, False)
419 class CrashLogParser: class440 class JSONCrashLogParser(CrashLogParser):637 class TextCrashLogParser(CrashLogParser):1079 crashlog = CrashLogParser.create(debugger, crashlog_path, False).parse()1335 crash_log = CrashLogParser.create(debugger, crash_log_file, options.verbose).parse()