Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/examples/python/scripted_process/
H A Dcrashlog_scripted_process.py9 from lldb.macosx.crashlog import CrashLog,CrashLogParser
14 crash_log = CrashLogParser().parse(self.dbg, self.crashlog_path, False)
/llvm-project-15.0.7/lldb/examples/python/
H A Dcrashlog.py415 class CrashLogParser: class
1018 crashlog = CrashLogParser().parse(debugger, crashlog_path, False)
1240 crash_log = CrashLogParser().parse(debugger, crash_log_file, options.verbose)