Factored out the stack reloading code
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 16 May 2009 19:02:15 +0000 (15:02 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 16 May 2009 19:02:15 +0000 (15:02 -0400)
commit57e7d89d0afad678d98c8e9c6609128719209735
tree9be5da131f6f29471822f7c9e1e46b2802dc215b
parent0c578979b77b3fa87e6527587041416029888cce
Factored out the stack reloading code

* Source/DebuggerController.m:
(reloadStack): New private method to fetch and insert new stack
(run): Use reloadStack
* Source/GDBpConnection.m+h:
(getCurrentStack): New method to get the stack and create all the stack frames
(run): Return only the current stack frame instead of a whole stack
Source/DebuggerController.m
Source/GDBpConnection.h
Source/GDBpConnection.m