Initial breakpoint adding code
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 2 Apr 2008 17:53:46 +0000 (13:53 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 2 Apr 2008 17:53:46 +0000 (13:53 -0400)
commit5242e2ceb6bcc0ce677580652c06548563701628
treece20bb564d1835c83f717fe6f1ff9a4a9e7ef00c
parentf0222bc3fd0476237a61d8947ebe25e90da491bc
Initial breakpoint adding code

* MacGDBp.xcodeproj: Project updates for Breakpoint.m/h
* Source/AppDelegate.h: Add a breakpoints ivar
* Source/AppDelegate.m:
([AppDelegate addBreakpoint:]): New method
([AppDelegate breakpointsForFile:]): New method
* Source/BSLineNumberView.h: Add a markers ivar
* Source/BSLineNumberView.m:
([BSLineNumberView drawRect:]): Add breakpoint-detecting code
* Source/DebuggerWindowController.m: Making this the delegate of BSSourceView
([DebuggerWindowController gutterClickedAtLine:forFile:]): Implementing delegate method
MacGDBp.xcodeproj/project.pbxproj
Source/AppDelegate.h
Source/AppDelegate.m
Source/BSLineNumberView.h
Source/BSLineNumberView.m
Source/Breakpoint.h [new file with mode: 0644]
Source/Breakpoint.m [new file with mode: 0644]
Source/DebuggerWindowController.m