Searched refs:CrashLog (Results 1 - 3 of 3) sorted by relevance

/external/lldb/examples/python/
H A Dcrashlog.py84 class CrashLog(symbolication.Symbolicator): class in inherits:symbolication.Symbolicator
211 """CrashLog constructor that take a path to a darwin crash log file"""
309 thread = CrashLog.Thread(thread_idx)
324 thread.frames.append (CrashLog.Frame(int(frame_match.group(1)), int(frame_match.group(3), 0), frame_match.group(4)))
330 image = CrashLog.DarwinImage (int(image_match.group(1),0),
340 image = CrashLog.DarwinImage (int(image_match.group(1),0),
512 crash_log = CrashLog(crash_log_file)
772 crash_log = CrashLog(crash_log_file)
H A Dgdbremote.py1022 options.symbolicator = lldb.macosx.crashlog.CrashLog(options.crashlog)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
H A Dqueries.py45 class CrashLog(AbstractDeclarativeCommand): class in inherits:AbstractDeclarativeCommand

Completed in 387 milliseconds