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

/external/chromium_org/tools/mac/
H A Dsymbolicate_crash.py148 # If this is the start of a thread stack, create the CrashThread.
150 thread = CrashThread(matches.group(1))
206 thread = CrashThread(matches.group(1))
372 class CrashThread(object): class in inherits:object
373 """A CrashThread represents a stacktrace of a single thread """
375 super(CrashThread, self).__init__()
390 """A StackFrame is owned by a CrashThread."""

Completed in 55 milliseconds