Make StackFrame a dumb data structure and remove its initializer. All properties...
authorRobert Sesek <rsesek@bluestatic.org>
Fri, 9 Jul 2010 03:59:39 +0000 (23:59 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Fri, 9 Jul 2010 03:59:39 +0000 (23:59 -0400)
commit0823427a4412e9acf095cd5873e1bcc0753b9f40
tree161cdb98bb81158d145efd96b96a977fb0698a17
parent22e32d1a8237965b0b229e7575f65d1cc36480f0
Make StackFrame a dumb data structure and remove its initializer. All properties are now read-write.

This fixes two warnings produced by Clang-SA and avoids sticking an |+alloc|ed but non-
|-init...|ed class inside the |stackFrames_| array.
Source/DebuggerProcessor.m
Source/StackFrame.h
Source/StackFrame.m