Introduce DebuggerModel, which will be updated by the BackEnd.
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 12 Oct 2015 00:05:58 +0000 (20:05 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 12 Oct 2015 00:05:58 +0000 (20:05 -0400)
commita57f63ab77b7c694dddb074df97f16d2b5f2f0b8
tree90b5483fa8d913143a2a141162b7f77ac878231e
parentb587ac1d73e7cd42683f79918bc4254be47a61d8
Introduce DebuggerModel, which will be updated by the BackEnd.

This changes the debugger status message to be updated by the new Model class.
The XIB file is also re-saved as a Xcode 7 file.
English.lproj/Debugger.xib
MacGDBp.xcodeproj/project.pbxproj
Source/DebuggerBackEnd.h
Source/DebuggerBackEnd.m
Source/DebuggerController.h
Source/DebuggerController.m
Source/DebuggerModel.h [new file with mode: 0644]
Source/DebuggerModel.m [new file with mode: 0644]