Don't try to manage the stack using internal state anymore, simply grab it every...
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 17 May 2009 03:29:33 +0000 (23:29 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 17 May 2009 03:29:33 +0000 (23:29 -0400)
commit7ac072c285fafc59a7ef5920e4b4580aa8c9a464
treeeaf81ce6005cbf1364774f5e70840a71f91af043
parent9bb7ab0406e57e3239822249f10ca7f13603c595
Don't try to manage the stack using internal state anymore, simply grab it every time from the engine

* Soure/DebuggerController.m:
(stepIn:): The GDBpConnection methods no longer return anything, get entire stack now
(stepOut:): ditto
(stepOver:): ditto
* Soure/GDBpConnection.h+m:
(run): Return void
(stepIn): ditto
(stepOut): ditto
(stepOver): ditto
Source/DebuggerController.m
Source/GDBpConnection.h
Source/GDBpConnection.m