* Add a preference to automatically reconnect. Fixes bug #165.
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 22 Jul 2009 04:34:20 +0000 (00:34 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 22 Jul 2009 04:37:07 +0000 (00:37 -0400)
commit6520845660763bd979fe06aaea535655284478e6
treef1d0072d48775716c4bd9ef95d663189cf4bb7f8
parent36d0b8f7b16743fdefebe5f3d8683aa5e37b0f06
* Add a preference to automatically reconnect. Fixes bug #165.
* Create a GDBpConnectionDelegate formal protocol.
  * No longer use notifications to pass errors from GDBpConnection to DebuggerController.
  * Add delegate methods for |-debuggerConnected| and |-debuggerDisconnected|.
* Move GDBpConnection's |-socketDidAccept| implementation into a helper so it can be run on the main thread.
CHANGES
English.lproj/Preferences.xib
Source/AppDelegate.m
Source/DebuggerController.h
Source/DebuggerController.m
Source/GDBpConnection.h
Source/GDBpConnection.m