The reconnect functionality now works
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 9 Jan 2008 09:05:22 +0000 (01:05 -0800)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 9 Jan 2008 09:05:22 +0000 (01:05 -0800)
commit99e7f1f28ae82e41d89d102c463e9429ae791d14
tree2356e36a8042447ffe9db32a8565bcf4cf98caa9
parent0216c224bfe1c6551f749e565ba8c7d7028da0e9
The reconnect functionality now works

* Source/DebuggerConnection.h:
* Source/DebuggerConnection.m:
([DebuggerConnection reconnect]): New method that communicates the reconnect to the debugger
([Debuggerconnection refreshStatus]): If the status is "stopped", we are no longer connected
* Source/DebuggerWindowController.h:
* Source/DebuggerWindowController.m:
([DebuggerWindowController resetDisplays]): New method to set all the display information to be blank
([DebuggerWindowController reconnect:]): Forward the message to reconnect to the DebuggerConnection
Source/DebuggerConnection.h
Source/DebuggerConnection.m
Source/DebuggerWindowController.h
Source/DebuggerWindowController.m