The StackFrame index will always be 0 in -[GDBpConnection createStackFrame], so we...
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 1 Dec 2008 01:34:01 +0000 (20:34 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 1 Dec 2008 01:56:35 +0000 (20:56 -0500)
commitf3f69c613eb9b442bf32a67476be02f5b324bad4
tree964fdcf5de3df367ca633ccc7d4258c01f93975d
parent2371daa856a324d82f81e876ec223aaea85e5f17
The StackFrame index will always be 0 in -[GDBpConnection createStackFrame], so we need to advance it in -[StackController pop] and -[push:]

* Source/GDBpConnection.m:
(createStackFrame): Don't bother getting the "level" property, it will always be 0
* Source/StackController.m:
(pop): Decrease all of the frames' counter
(push:): Increase all of the frames' counter
Source/GDBpConnection.m
Source/StackController.m