Removing all information about specifying a host because GDBp doesn't actually suppor...
authorRobert Sesek <rsesek@bluestatic.org>
Thu, 2 Aug 2007 04:51:09 +0000 (21:51 -0700)
committerRobert Sesek <rsesek@bluestatic.org>
Thu, 2 Aug 2007 04:51:09 +0000 (21:51 -0700)
commit2fbdcb23ae7a9f95cee9e80f161ea6847fe0ef6c
tree7188516157325b63b95fed07de6d65e73739c0d9
parentef0c707b066d5a80084068f66f45eecaf96c2467
Removing all information about specifying a host because GDBp doesn't actually support anything but PHP->localhost.

* English.lproj/Connect.nib: Removing and unhooking the host text field
* Source/ConnectWindowController.h: Removing _host outlet
* Source/ConnectWindowController.m:
([ConnectWindowController connect:]): Remove the "Host" parameter from the DebuggerConnection init method
* Source/DebuggerConnection.h: Removing the _host ivar and removing the "host" parameter from the init method as well as the host getter method
* Source/DebuggerConnection.m:
([DebuggerConnection initWithHost:port:session:]): Renamed to [DebuggerConnection initWithPort:session:]
([DebuggerConnection dealloc]): Removed _host ivar and so it no longer needs to be release'd
([DebuggerConnection host]): Removed
* Source/DebuggerWindowController.m:
([DebuggerWindowController initWithConnection:]): No longer set the host in the window title
English.lproj/Connect.nib/classes.nib
English.lproj/Connect.nib/keyedobjects.nib
Source/ConnectWindowController.h
Source/ConnectWindowController.m
Source/DebuggerConnection.h
Source/DebuggerConnection.m
Source/DebuggerWindowController.m