Remove -[DebuggerController setStatus:]
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 1 Dec 2008 15:38:39 +0000 (10:38 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 1 Dec 2008 15:38:39 +0000 (10:38 -0500)
commit2a6afa507a937269caedde9f78abab6d3a9ae519
treede722c0af6835c7834cb64748f673f80c410489a
parentfc4b228303620109fc3ff24db9453763c51d25ad
Remove -[DebuggerController setStatus:]

* Source/DebuggerController.h: Header updates
* Source/DebuggerController.m:
(awakeFromNib): Set the window's title and remove the call to [setStatus:]
(setStatus:): Removed
(setError:): Remove call to [setStatus:]
* Source/GDBpConnection.m:
(initWithPort:session:): Set the status to "Connecting"
Source/DebuggerController.h
Source/DebuggerController.m
Source/GDBpConnection.m