Lines Matching full:stack
17 """stack symbolizes native crash dumps."""
27 print "Stack Trace:"
36 """Print stack data values."""
39 print "Stack Data:"
48 STACK = "[stack]"
62 """Convert strings containing native crash to a stack."""
70 # whitespace (e.g. \t). This is because the we want to allow for the stack
143 if area == UNKNOWN or area == HEAP or area == STACK:
147 # display "a -> b -> c" in the stack trace instead of just "a -> c"
174 if area == UNKNOWN or area == HEAP or area == STACK or not area: