Home
last modified time | relevance | path

Searched refs:CrashLogParser (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lldb/examples/python/scripted_process/
H A Dcrashlog_scripted_process.py9 from lldb.macosx.crashlog import CrashLog,CrashLogParser
13 crashlog_parser = CrashLogParser.create(self.dbg, self.crashlog_path, False)
/openbsd/gnu/llvm/lldb/examples/python/
H A Dcrashlog.py419 class CrashLogParser: class
440 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()