Fix the run command by having it obliterate the current stack and set a new one
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 4 Apr 2009 20:25:57 +0000 (16:25 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 10 May 2009 05:48:41 +0000 (01:48 -0400)
commit0c578979b77b3fa87e6527587041416029888cce
tree71ba2fdc05095f274122dcb85a3f39801d2f9620
parentae546e2b16471732bc1c0633fbe914a6f0a61ae8
Fix the run command by having it obliterate the current stack and set a new one

* Source/GDBpConnection.h+m:
(run): Now returns an NSArray of the new stack frames
(createStackFrame): Sets the StackFrame's index to be the depth
* Source/DebuggerController.m:
(run:): Set the new stack and refresh the source viewer
CHANGES
Source/DebuggerController.m
Source/GDBpConnection.h
Source/GDBpConnection.m