]>
src.bluestatic.org Git - macgdbp.git/log
Robert Sesek [Sat, 26 Feb 2011 19:17:36 +0000 (14:17 -0500)]
Fix some signedness errors
Robert Sesek [Sat, 26 Feb 2011 19:10:51 +0000 (14:10 -0500)]
Merge branch 'ruler-view'
Conflicts:
CHANGES
Source/BSLineNumberView.m
Source/BSSourceView.h
Source/BSSourceView.mm
Source/BSSourceViewTextView.m
Robert Sesek [Sat, 26 Feb 2011 18:58:03 +0000 (13:58 -0500)]
Bring BSSourceView into new style conformance.
Robert Sesek [Sat, 26 Feb 2011 18:51:00 +0000 (13:51 -0500)]
Add a changelog entry about 64bit.
Robert Sesek [Sat, 26 Feb 2011 18:49:01 +0000 (13:49 -0500)]
Add BSSourceViewTextView (again).
Robert Sesek [Sat, 26 Feb 2011 18:22:54 +0000 (13:22 -0500)]
Merge branch 'x86_64'
Robert Sesek [Sat, 26 Feb 2011 17:28:34 +0000 (12:28 -0500)]
Remove one more NSLog.
Robert Sesek [Sat, 26 Feb 2011 17:19:35 +0000 (12:19 -0500)]
Remove some NSLog statements
Robert Sesek [Sat, 26 Feb 2011 17:14:51 +0000 (12:14 -0500)]
Close and reopen the connection when toggling the attached state.
Robert Sesek [Sat, 26 Feb 2011 17:03:23 +0000 (12:03 -0500)]
Give attribution for the line number concept.
Robert Sesek [Sat, 19 Feb 2011 17:40:42 +0000 (12:40 -0500)]
Move dealing with the socket into NetworkCallbackController.
Robert Sesek [Tue, 25 Jan 2011 19:44:20 +0000 (14:44 -0500)]
Remove beta moniker and unstable info from Info.plist.
Robert Sesek [Mon, 17 Jan 2011 01:31:17 +0000 (20:31 -0500)]
Clean up |-[BSLineNumberRulerView drawBreakpointInRect:]| to use constants
Robert Sesek [Sun, 16 Jan 2011 06:42:40 +0000 (01:42 -0500)]
Document BSSourceView.h
Robert Sesek [Sun, 16 Jan 2011 06:30:03 +0000 (01:30 -0500)]
Clean up BSSplitView
Robert Sesek [Fri, 14 Jan 2011 14:54:51 +0000 (09:54 -0500)]
Only message the delegate if the line actually exists
Robert Sesek [Fri, 14 Jan 2011 14:35:40 +0000 (09:35 -0500)]
Add a changelog entry
Robert Sesek [Fri, 14 Jan 2011 14:27:12 +0000 (09:27 -0500)]
Use the Menlo font if possible, also switch to 10pt
Robert Sesek [Fri, 14 Jan 2011 14:22:14 +0000 (09:22 -0500)]
Implement |-mouseDown:| in BSLineNumberRulerView to get breakpoints working again
Robert Sesek [Fri, 14 Jan 2011 13:51:52 +0000 (08:51 -0500)]
Remove the old BSLineNumberView
Robert Sesek [Fri, 14 Jan 2011 13:51:06 +0000 (08:51 -0500)]
Start drawing breakpoints in the BSLineNumberRulerView
Robert Sesek [Fri, 14 Jan 2011 06:42:53 +0000 (01:42 -0500)]
Import BSSourceView.h in BreakpointController.h rather than in the .m to fix a warning
Robert Sesek [Fri, 14 Jan 2011 06:33:14 +0000 (01:33 -0500)]
Remove the program counter image and draw the mark in code instead
Robert Sesek [Wed, 12 Jan 2011 22:59:23 +0000 (17:59 -0500)]
Draw the program counter in BSLineNumberRulerView
Robert Sesek [Wed, 12 Jan 2011 22:41:29 +0000 (17:41 -0500)]
Call |-setNeedsDisplay:| in the right places so that the line numbers paint properly
Robert Sesek [Wed, 12 Jan 2011 22:35:31 +0000 (17:35 -0500)]
BSLineNumberRulerView should take the BSSourceView rather than just a generic NSScrollView
Robert Sesek [Wed, 12 Jan 2011 18:44:28 +0000 (13:44 -0500)]
Pad and vertically center the line numbers
Robert Sesek [Wed, 12 Jan 2011 16:07:57 +0000 (11:07 -0500)]
Draw rudimentary line numbers!
Robert Sesek [Wed, 12 Jan 2011 16:01:16 +0000 (11:01 -0500)]
Move |-computeLineIndex| from BSSourceView to BSLineNumberRulerView
Robert Sesek [Wed, 12 Jan 2011 03:28:24 +0000 (22:28 -0500)]
Add |-computeLineIndex| to map the first character index of a frame rectangle to line number
Robert Sesek [Tue, 11 Jan 2011 23:52:28 +0000 (18:52 -0500)]
Draw the stroke and background color for the ruler view
Robert Sesek [Tue, 11 Jan 2011 23:36:33 +0000 (18:36 -0500)]
Remove the manual gutter.
Robert Sesek [Tue, 11 Jan 2011 23:11:37 +0000 (18:11 -0500)]
Initial work to get a source view using NSRulerView.
Redefine the BSSourceView interface to have a markers property, so that clients
don't dig in for the numberView to set them.
Remove the BSSourceViewTextView as that custom view is no longer needed.
Robert Sesek [Sat, 15 Jan 2011 05:35:58 +0000 (00:35 -0500)]
Remove NSLog()
Robert Sesek [Sat, 15 Jan 2011 04:43:48 +0000 (23:43 -0500)]
Add code to the AppDelegate to record if a user has ever used an unstable VersionCast feed
Robert Sesek [Sat, 15 Jan 2011 04:33:16 +0000 (23:33 -0500)]
Remove some dead code in -[NetworkConnection socketDisconnected]
Robert Sesek [Fri, 14 Jan 2011 14:56:29 +0000 (09:56 -0500)]
Fix a typo
Robert Sesek [Tue, 11 Jan 2011 02:49:52 +0000 (21:49 -0500)]
Switch to the standard architectures, which are x86_64, i386, and ppc.
Robert Sesek [Tue, 11 Jan 2011 02:49:24 +0000 (21:49 -0500)]
Missed two int/unsigned usages in BSSourceView.m
Robert Sesek [Tue, 11 Jan 2011 02:45:25 +0000 (21:45 -0500)]
Use NSUInteger in BSSourceViewTextView.m
Robert Sesek [Tue, 11 Jan 2011 02:45:03 +0000 (21:45 -0500)]
Use NSUInteger in BSSourceView.{h,m}
Robert Sesek [Tue, 11 Jan 2011 02:43:46 +0000 (21:43 -0500)]
Use NSUInteger rather than unsigned in BSLineNumberView.m
Robert Sesek [Tue, 11 Jan 2011 02:42:37 +0000 (21:42 -0500)]
Update BreakpointManager.{h,m} with the correct types
Robert Sesek [Tue, 11 Jan 2011 02:41:25 +0000 (21:41 -0500)]
Update Breakpoint.{h,m} to use the right types and to cleanup the header
Robert Sesek [Tue, 11 Jan 2011 02:37:55 +0000 (21:37 -0500)]
Correct types in DebuggerController.m
Robert Sesek [Tue, 11 Jan 2011 02:37:14 +0000 (21:37 -0500)]
Proper types in NSXMLElementAdditions.m
Robert Sesek [Tue, 11 Jan 2011 02:36:19 +0000 (21:36 -0500)]
Switch out ints for proper types in NetworkConnection.{h,mm}
Robert Sesek [Tue, 11 Jan 2011 02:36:10 +0000 (21:36 -0500)]
Warn on signedness comparisons.
Robert Sesek [Thu, 6 Jan 2011 17:45:42 +0000 (12:45 -0500)]
The attached state is now persisted to preferences.
Robert Sesek [Thu, 6 Jan 2011 17:38:20 +0000 (12:38 -0500)]
Update changelog
Robert Sesek [Thu, 6 Jan 2011 14:31:09 +0000 (09:31 -0500)]
Disallow sorting and selection of columns in the Connection Log.
Robert Sesek [Thu, 6 Jan 2011 14:26:08 +0000 (09:26 -0500)]
Handle sending the |detach| command when not attached in |-handleInitialResponse:| not |-connectionDidAccept:|.
Robert Sesek [Thu, 6 Jan 2011 14:15:15 +0000 (09:15 -0500)]
Update the changelog
Robert Sesek [Thu, 6 Jan 2011 14:13:39 +0000 (09:13 -0500)]
Don't use [connection attached] as a condition on which to validate the Stop item.
Robert Sesek [Thu, 6 Jan 2011 14:08:19 +0000 (09:08 -0500)]
Add an Attached menu item and give it a keyboard shortcut.
This also binds that item and the attached toolbar item to connection.attached
so both update their UI automatically.
Robert Sesek [Thu, 6 Jan 2011 06:43:35 +0000 (01:43 -0500)]
Change the version number to 1.4 Beta 2.
Robert Sesek [Thu, 6 Jan 2011 06:26:24 +0000 (01:26 -0500)]
Set the key equivalent for the remove breakpoint button to be the backspace key.
Robert Sesek [Thu, 6 Jan 2011 03:28:17 +0000 (22:28 -0500)]
Add a second bug number to the "Stop" button change
Robert Sesek [Thu, 6 Jan 2011 03:20:36 +0000 (22:20 -0500)]
Formally define BSSourceViewDelegate as a protocol.
Robert Sesek [Thu, 6 Jan 2011 03:16:34 +0000 (22:16 -0500)]
Add drag and drop support on BSSourceView and enable it in the BreakpointController.
Robert Sesek [Thu, 6 Jan 2011 02:54:31 +0000 (21:54 -0500)]
Revert "Stub out the methods needed for drag and drop on the breakpoint table view."
This reverts commit
d0a336076f5e432b2fe52db4b5f4b10cc37b69cc .
Robert Sesek [Thu, 6 Jan 2011 02:54:29 +0000 (21:54 -0500)]
Revert "Add drag and drop for the table view."
This reverts commit
7a8a10f2673ce531fcb38cfec89a04991bbe09c0 .
Robert Sesek [Thu, 6 Jan 2011 02:53:16 +0000 (21:53 -0500)]
Add drag and drop for the table view.
Robert Sesek [Thu, 6 Jan 2011 02:28:24 +0000 (21:28 -0500)]
Stub out the methods needed for drag and drop on the breakpoint table view.
Robert Sesek [Thu, 6 Jan 2011 02:18:41 +0000 (21:18 -0500)]
Fix a warning.
Robert Sesek [Thu, 6 Jan 2011 02:15:09 +0000 (21:15 -0500)]
Happy new year!
Robert Sesek [Thu, 6 Jan 2011 02:10:39 +0000 (21:10 -0500)]
Removed some extra braces and add a comment for NetworkConnection(Private)
Robert Sesek [Thu, 6 Jan 2011 02:08:42 +0000 (21:08 -0500)]
Add a Stop menu item.
Robert Sesek [Thu, 6 Jan 2011 01:56:33 +0000 (20:56 -0500)]
Split out changes for the different 1.4 betas.
Robert Sesek [Wed, 5 Jan 2011 23:42:05 +0000 (18:42 -0500)]
Add a "stop" button to the toolbar that detaches the debugger from the backend for the current session.
Robert Sesek [Fri, 24 Dec 2010 19:27:53 +0000 (14:27 -0500)]
Remove two warnings about using deprecated |+[NSString stringWithContentsOfFile:]|.
Robert Sesek [Fri, 24 Dec 2010 19:05:56 +0000 (14:05 -0500)]
Fix formatting that Xcode bodged.
Robert Sesek [Fri, 24 Dec 2010 18:53:56 +0000 (13:53 -0500)]
Split out the C++ class into its own file. Also move NetworkConnection's private interface out.
Robert Sesek [Fri, 24 Dec 2010 18:29:35 +0000 (13:29 -0500)]
Use a C++ class to handle the CFNetwork events, rather than plain C functions.
Robert Sesek [Fri, 24 Dec 2010 16:39:55 +0000 (11:39 -0500)]
Forgot to check in modp_b64/. Oops.
Robert Sesek [Fri, 24 Dec 2010 16:38:40 +0000 (11:38 -0500)]
Drop in Sparkle 1.5b6 so that it doesn't crash on relaunch anymore.
Robert Sesek [Fri, 24 Dec 2010 16:29:13 +0000 (11:29 -0500)]
Don't fetch source in |-[DebuggerBackEnd loadStackFrame:]| for empy filenames.
Doing so wedges the write queue because the error comes back without a transasction ID.
Robert Sesek [Fri, 24 Dec 2010 00:41:36 +0000 (19:41 -0500)]
Add a hack to get |-expandVariables| working.
Robert Sesek [Fri, 24 Dec 2010 00:23:15 +0000 (19:23 -0500)]
Add a |-description| for VariableNode.
Robert Sesek [Sat, 18 Dec 2010 19:35:59 +0000 (14:35 -0500)]
Update changelong for 1.4
Robert Sesek [Sat, 18 Dec 2010 19:04:26 +0000 (14:04 -0500)]
Use the unstable AppCast URL.
Robert Sesek [Sat, 18 Dec 2010 18:24:47 +0000 (13:24 -0500)]
Renaming because there's too many Debugger* classes
DebuggerProcessor -> DebuggerBackEnd
DebuggerConnection -> NetworkConnection
Robert Sesek [Sat, 18 Dec 2010 18:04:38 +0000 (13:04 -0500)]
Move -[DebuggerConnection send:] to the private interface because it isn't threadsafe.
Robert Sesek [Sat, 18 Dec 2010 17:54:48 +0000 (12:54 -0500)]
Plug a bunch of leaks by implementing -[StackFrame dealloc]
Robert Sesek [Sat, 18 Dec 2010 17:32:54 +0000 (12:32 -0500)]
Merge -[DebuggerController startDebugger] and |-debuggerConnected|.
Robert Sesek [Fri, 17 Dec 2010 17:02:33 +0000 (12:02 -0500)]
Update Info.plist for Beta 1.
Robert Sesek [Fri, 17 Dec 2010 17:01:34 +0000 (12:01 -0500)]
Add missing |-[super dealloc]| in LoggingController.
Robert Sesek [Fri, 17 Dec 2010 16:34:33 +0000 (11:34 -0500)]
Fix a warning about a non-synthesized setter being marked atomic.
Robert Sesek [Fri, 17 Dec 2010 16:31:49 +0000 (11:31 -0500)]
Switch out base64 decoders. Also memset the destination string so that there's no garbage data in the result.
Robert Sesek [Fri, 17 Dec 2010 16:13:43 +0000 (11:13 -0500)]
Remove the remote host from the title.
Robert Sesek [Thu, 16 Dec 2010 15:19:18 +0000 (10:19 -0500)]
Open the help page with HTTPS.
Robert Sesek [Thu, 16 Dec 2010 14:28:24 +0000 (09:28 -0500)]
In -[DebuggerController debuggerConnected], do not do anything if we're not attached.
Robert Sesek [Thu, 16 Dec 2010 14:23:24 +0000 (09:23 -0500)]
Remove verbose logging from SocketAcceptCallback()
Robert Sesek [Thu, 16 Dec 2010 14:18:41 +0000 (09:18 -0500)]
* Store the DebuggerAttached value in the preferences
* Respect the attached checkbox on start
Robert Sesek [Thu, 16 Dec 2010 14:11:43 +0000 (09:11 -0500)]
* Remove the AutoReconnect preference item now that reconnecting is a thing of the past
* Remove Icons/Reconnect.png
Robert Sesek [Thu, 16 Dec 2010 14:06:59 +0000 (09:06 -0500)]
Do away with the concept of "reconnect" and use a checbox for attached/detached state.
* |-[DebuggerConnectionDelegate connectionDidAccept:]| now actually gets signaled
* When the debugger is in "detached" mode, it will automatically reject new client sockets.
Robert Sesek [Mon, 22 Nov 2010 12:54:30 +0000 (07:54 -0500)]
Update the API for loading properties to just pass around VariableNode pointers, rather than string names.
Robert Sesek [Sun, 31 Oct 2010 23:44:48 +0000 (19:44 -0400)]
Fix reconnect feature by resetting the last txR and txW values.
Robert Sesek [Sun, 31 Oct 2010 23:28:20 +0000 (19:28 -0400)]
Do not ever close the socket until we are definitely closing the connection. We can't reuse the same socket fast enough.
Robert Sesek [Sun, 31 Oct 2010 19:51:11 +0000 (15:51 -0400)]
Try to make socket reuse more robust. It isn't working.