Remove all references of the window controller from GDBpConnection
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 1 Dec 2008 15:17:12 +0000 (10:17 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 1 Dec 2008 15:17:12 +0000 (10:17 -0500)
commit4c930a4b1e5ffed7545c15e4c9319733eab63d94
tree67a40764189a5be2fbbbda35437a98c7df19fce6
parent4d79526c46f4b67bdc2ca39b83f3a8feb9db5068
Remove all references of the window controller from GDBpConnection

* Source/GDBpConnection.h: Removed the windowController ivar and prop
* Source/GDBpConnection.m:
(initWithWindowController:port:session): Renamed to -[initWithPort:session:]
(dealloc): No more windowController
(socketDidAccept:): Change a -[refreshStatus] to an -[updateStatus]
(reconnect): Don't make a call on windowController
* Source/DebuggerController.m:
(init): Use the updated init method for GDBpConnection
Source/DebuggerController.m
Source/GDBpConnection.h
Source/GDBpConnection.m