Create a LoggingController that shows all the commands sent and received.
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 29 Mar 2010 17:13:52 +0000 (13:13 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 29 Mar 2010 21:52:32 +0000 (17:52 -0400)
commite774bb91ccfa8ef41d272ac94fecf23d9adcdef2
treeb1d4073a54cffa4ffc570aea897fb859776539f3
parentab2de94a8048984e224baa98cfa68ba4384126b7
Create a LoggingController that shows all the commands sent and received.

This will replace the TransportDebug variable. This first pass just adds very
basic support for this functionality. The view still needs some work.
English.lproj/Log.xib [new file with mode: 0644]
English.lproj/MainMenu.xib
MacGDBp.xcodeproj/project.pbxproj
Source/AppDelegate.h
Source/AppDelegate.m
Source/DebuggerConnection.h
Source/DebuggerConnection.m
Source/DebuggerController.m
Source/LoggingController.h [new file with mode: 0644]
Source/LoggingController.m [new file with mode: 0644]