macgdbp.git
13 years agoUpdate changelong for 1.4 1.4-beta-1
Robert Sesek [Sat, 18 Dec 2010 19:35:59 +0000 (14:35 -0500)]
Update changelong for 1.4

13 years agoUse the unstable AppCast URL.
Robert Sesek [Sat, 18 Dec 2010 19:04:26 +0000 (14:04 -0500)]
Use the unstable AppCast URL.

13 years agoRenaming because there's too many Debugger* classes
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

13 years agoMove -[DebuggerConnection send:] to the private interface because it isn't threadsafe.
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.

13 years agoPlug a bunch of leaks by implementing -[StackFrame dealloc]
Robert Sesek [Sat, 18 Dec 2010 17:54:48 +0000 (12:54 -0500)]
Plug a bunch of leaks by implementing -[StackFrame dealloc]

13 years agoMerge -[DebuggerController startDebugger] and |-debuggerConnected|.
Robert Sesek [Sat, 18 Dec 2010 17:32:54 +0000 (12:32 -0500)]
Merge -[DebuggerController startDebugger] and |-debuggerConnected|.

13 years agoUpdate Info.plist for Beta 1.
Robert Sesek [Fri, 17 Dec 2010 17:02:33 +0000 (12:02 -0500)]
Update Info.plist for Beta 1.

13 years agoAdd missing |-[super dealloc]| in LoggingController.
Robert Sesek [Fri, 17 Dec 2010 17:01:34 +0000 (12:01 -0500)]
Add missing |-[super dealloc]| in LoggingController.

13 years agoFix a warning about a non-synthesized setter being marked atomic.
Robert Sesek [Fri, 17 Dec 2010 16:34:33 +0000 (11:34 -0500)]
Fix a warning about a non-synthesized setter being marked atomic.

13 years agoSwitch out base64 decoders. Also memset the destination string so that there's no...
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.

13 years agoRemove the remote host from the title.
Robert Sesek [Fri, 17 Dec 2010 16:13:43 +0000 (11:13 -0500)]
Remove the remote host from the title.

13 years agoOpen the help page with HTTPS.
Robert Sesek [Thu, 16 Dec 2010 15:19:18 +0000 (10:19 -0500)]
Open the help page with HTTPS.

13 years agoIn -[DebuggerController debuggerConnected], do not do anything if we're not attached.
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.

13 years agoRemove verbose logging from SocketAcceptCallback()
Robert Sesek [Thu, 16 Dec 2010 14:23:24 +0000 (09:23 -0500)]
Remove verbose logging from SocketAcceptCallback()

13 years ago* Store the DebuggerAttached value in the preferences
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

13 years ago* Remove the AutoReconnect preference item now that reconnecting is a thing of the...
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

13 years agoDo away with the concept of "reconnect" and use a checbox for attached/detached state.
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.

13 years agoUpdate the API for loading properties to just pass around VariableNode pointers,...
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.

13 years agoFix reconnect feature by resetting the last txR and txW values.
Robert Sesek [Sun, 31 Oct 2010 23:44:48 +0000 (19:44 -0400)]
Fix reconnect feature by resetting the last txR and txW values.

13 years agoDo not ever close the socket until we are definitely closing the connection. We can...
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.

13 years agoTry to make socket reuse more robust. It isn't working.
Robert Sesek [Sun, 31 Oct 2010 19:51:11 +0000 (15:51 -0400)]
Try to make socket reuse more robust. It isn't working.

13 years agoDo not ever spawn more than 1 network thread.
Robert Sesek [Sun, 31 Oct 2010 19:27:07 +0000 (15:27 -0400)]
Do not ever spawn more than 1 network thread.

13 years agoProperly quit the run loop. For some reason, calling -[NSRunLoop run] doesn't work...
Robert Sesek [Sun, 31 Oct 2010 17:33:35 +0000 (13:33 -0400)]
Properly quit the run loop. For some reason, calling -[NSRunLoop run] doesn't work with CFRunLoopStop(). Activate it with CFRunLoopRun() instead.

13 years agoAdd a quit source to the DebuggerConnection's run loop to properly handle closing.
Robert Sesek [Sun, 31 Oct 2010 17:04:48 +0000 (13:04 -0400)]
Add a quit source to the DebuggerConnection's run loop to properly handle closing.

13 years agoProperly set the |connected_| flag in the Connection to NO when we're stopped. Preven...
Robert Sesek [Sun, 31 Oct 2010 16:18:20 +0000 (12:18 -0400)]
Properly set the |connected_| flag in the Connection to NO when we're stopped. Prevents an EXC_BAD_ACCESS on |-run:|.

13 years agoRename |-connectInternal| to |-connectionThreadStart|.
Robert Sesek [Sun, 31 Oct 2010 16:13:45 +0000 (12:13 -0400)]
Rename |-connectInternal| to |-connectionThreadStart|.

13 years agoRemove 2 super verbose NSLog() statements.
Robert Sesek [Sun, 31 Oct 2010 16:11:23 +0000 (12:11 -0400)]
Remove 2 super verbose NSLog() statements.

13 years agoSwitch to using VariableNode in the interface. Reduce use of NSXMLElementAdditions...
Robert Sesek [Sun, 31 Oct 2010 16:09:03 +0000 (12:09 -0400)]
Switch to using VariableNode in the interface. Reduce use of NSXMLElementAdditions to just the key methods.

13 years agoAdd VariableNode which will replace our use of raw NSXMLElement.
Robert Sesek [Sun, 31 Oct 2010 15:24:15 +0000 (11:24 -0400)]
Add VariableNode which will replace our use of raw NSXMLElement.

13 years agoRemove the pending property after it is received.
Robert Sesek [Sun, 31 Oct 2010 14:52:44 +0000 (10:52 -0400)]
Remove the pending property after it is received.

13 years agoInitial work to get properties loading asynchronously. This may have a memory corrupt...
Robert Sesek [Sun, 31 Oct 2010 14:48:36 +0000 (10:48 -0400)]
Initial work to get properties loading asynchronously. This may have a memory corruption bug at the moment...

13 years agoAdd a singleton |+instance| method to AppDelegate so we don't cast everywhere.
Robert Sesek [Sun, 31 Oct 2010 14:26:51 +0000 (10:26 -0400)]
Add a singleton |+instance| method to AppDelegate so we don't cast everywhere.

13 years agoStop crashing with EXC_BAD_ACCESS when expanding properties beyond the fetched depth.
Robert Sesek [Sun, 31 Oct 2010 14:23:52 +0000 (10:23 -0400)]
Stop crashing with EXC_BAD_ACCESS when expanding properties beyond the fetched depth.

13 years agoMake logging threadsafe.
Robert Sesek [Sun, 31 Oct 2010 14:13:22 +0000 (10:13 -0400)]
Make logging threadsafe.

13 years agoTabs to spaces.
Robert Sesek [Sun, 31 Oct 2010 14:01:01 +0000 (10:01 -0400)]
Tabs to spaces.

13 years agoBegin making DebuggerConnection more threadsafe.
Robert Sesek [Sun, 31 Oct 2010 00:11:01 +0000 (20:11 -0400)]
Begin making DebuggerConnection more threadsafe.

13 years agoXcode project file updates.
Robert Sesek [Sat, 30 Oct 2010 22:07:24 +0000 (18:07 -0400)]
Xcode project file updates.

13 years agoMake StackFrame a dumb data structure and remove its initializer. All properties...
Robert Sesek [Fri, 9 Jul 2010 03:59:39 +0000 (23:59 -0400)]
Make StackFrame a dumb data structure and remove its initializer. All properties are now read-write.

This fixes two warnings produced by Clang-SA and avoids sticking an |+alloc|ed but non-
|-init...|ed class inside the |stackFrames_| array.

13 years agoDon't drain the pool, just release it.
Robert Sesek [Sat, 19 Jun 2010 17:20:45 +0000 (13:20 -0400)]
Don't drain the pool, just release it.

13 years agoLazily load the complete stack frame for anything but the current one.
Robert Sesek [Sat, 19 Jun 2010 16:26:58 +0000 (12:26 -0400)]
Lazily load the complete stack frame for anything but the current one.

13 years ago* In StackController, don't update the frame indices when |-push:|- or |-pop|-ing.
Robert Sesek [Sat, 19 Jun 2010 16:14:23 +0000 (12:14 -0400)]
* In StackController, don't update the frame indices when |-push:|- or |-pop|-ing.
* Only retreive full stack frame information for frame 0. The other frames will be fetched lazily.

13 years agoGive |-connectInternal| an autorelease pool.
Robert Sesek [Tue, 1 Jun 2010 03:03:02 +0000 (23:03 -0400)]
Give |-connectInternal| an autorelease pool.

13 years agoRe-organize DebuggerConnection to give it some shape and a decent public interface.
Robert Sesek [Tue, 1 Jun 2010 02:49:42 +0000 (22:49 -0400)]
Re-organize DebuggerConnection to give it some shape and a decent public interface.

13 years agoRemove objects from the |callTable_| after handing the response.
Robert Sesek [Tue, 1 Jun 2010 02:37:58 +0000 (22:37 -0400)]
Remove objects from the |callTable_| after handing the response.

13 years agoPut a lock around adding to the write queue in |-send|.
Robert Sesek [Tue, 1 Jun 2010 02:35:32 +0000 (22:35 -0400)]
Put a lock around adding to the write queue in |-send|.

13 years agoMake DebuggerConnection work on a separate thread.
Robert Sesek [Tue, 1 Jun 2010 02:28:14 +0000 (22:28 -0400)]
Make DebuggerConnection work on a separate thread.

13 years agoMove the callTable back into DebuggerProcessor.
Robert Sesek [Tue, 1 Jun 2010 02:20:39 +0000 (22:20 -0400)]
Move the callTable back into DebuggerProcessor.

13 years agoFinished enough of the basic refactoring to get things working.
Robert Sesek [Tue, 1 Jun 2010 00:59:49 +0000 (20:59 -0400)]
Finished enough of the basic refactoring to get things working.

13 years agoAdd a new DebuggerConnection that separates out the socket logic from the handling...
Robert Sesek [Mon, 31 May 2010 23:44:04 +0000 (19:44 -0400)]
Add a new DebuggerConnection that separates out the socket logic from the handling logic.

This compiles, but will most certainly not work. This is just the initial separation of
methods and ivars that needs to be rewired.

13 years agoRename DebuggerConnection to DebuggerProcessor in preparation for the separation...
Robert Sesek [Mon, 31 May 2010 23:20:07 +0000 (19:20 -0400)]
Rename DebuggerConnection to DebuggerProcessor in preparation for the separation between the two.

13 years agoDon't |-send:| if the transactions do not match
Robert Sesek [Mon, 31 May 2010 23:06:26 +0000 (19:06 -0400)]
Don't |-send:| if the transactions do not match

13 years agoReplace strlen() with a loop that we can guarantee.
Robert Sesek [Tue, 4 May 2010 16:37:32 +0000 (12:37 -0400)]
Replace strlen() with a loop that we can guarantee.

13 years agoRewrite |-readStreamHasData| in an effort to make it more robust.
Robert Sesek [Tue, 27 Apr 2010 17:35:15 +0000 (13:35 -0400)]
Rewrite |-readStreamHasData| in an effort to make it more robust.

14 years agoFix some potential bugs and do general cleanup.
Robert Sesek [Wed, 21 Apr 2010 04:40:55 +0000 (00:40 -0400)]
Fix some potential bugs and do general cleanup.

14 years agoRewrite DebuggerConnection's packet handling sytem. The initial version failed
Robert Sesek [Wed, 21 Apr 2010 04:16:49 +0000 (00:16 -0400)]
Rewrite DebuggerConnection's packet handling sytem. The initial version failed
to account for multiple packets in the same stream read.

* Rewrite |-readStreamHasData| to just parse out string packets
* Created |-handlePacket:| to perform the XML parsing and dispatching

14 years ago* Factor out some code for parsing the txnID out of a command into |-transactionIDFro...
Robert Sesek [Thu, 15 Apr 2010 05:21:07 +0000 (01:21 -0400)]
* Factor out some code for parsing the txnID out of a command into |-transactionIDFromCommand:|.
* Change the way we use the write queue, with the aim of producing less into it and starving it infrequently.

14 years agoUse the new VersionCast URL.
Robert Sesek [Thu, 15 Apr 2010 05:06:26 +0000 (01:06 -0400)]
Use the new VersionCast URL.

14 years agoRemove duplicated logic.
Robert Sesek [Thu, 15 Apr 2010 04:56:02 +0000 (00:56 -0400)]
Remove duplicated logic.

14 years agoTry to recover from erroneous XML packets.
Robert Sesek [Thu, 15 Apr 2010 04:40:25 +0000 (00:40 -0400)]
Try to recover from erroneous XML packets.

14 years ago* Do not allow editing of the log table.
Robert Sesek [Tue, 30 Mar 2010 05:10:00 +0000 (01:10 -0400)]
* Do not allow editing of the log table.
* Move the transaction checks from |-handleResponse:| to |-readStreamHasData|.
* Record log entries AFTER sending and receiving so that the transaction IDs make more sense.

14 years agoOfficially kill TransportDebug env setting.
Robert Sesek [Mon, 29 Mar 2010 21:53:44 +0000 (17:53 -0400)]
Officially kill TransportDebug env setting.

14 years agoCreate a LoggingController that shows all the commands sent and received.
Robert Sesek [Mon, 29 Mar 2010 17:13:52 +0000 (13:13 -0400)]
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.

14 years agoCreate a top-level dev/ directory. Move resource masters there and import CFNetworkTest.
Robert Sesek [Mon, 29 Mar 2010 15:37:26 +0000 (11:37 -0400)]
Create a top-level dev/ directory. Move resource masters there and import CFNetworkTest.

14 years agoDon't crash after pressing the "run" button or at end of script.
Robert Sesek [Sun, 28 Mar 2010 17:27:27 +0000 (13:27 -0400)]
Don't crash after pressing the "run" button or at end of script.

14 years agoRemove two obsolete methods: |-[DebuggerConnection getCurrentStack]| and |-[DebuggerC...
Robert Sesek [Sat, 27 Mar 2010 20:33:12 +0000 (16:33 -0400)]
Remove two obsolete methods: |-[DebuggerConnection getCurrentStack]| and |-[DebuggerController reloadStack]|.

14 years agoRewrite |-[DebuggerConnection getProperty:]| to be asynchronous.
Robert Sesek [Sat, 27 Mar 2010 20:26:09 +0000 (16:26 -0400)]
Rewrite |-[DebuggerConnection getProperty:]| to be asynchronous.

14 years agoTry to recover from malformed XML errors by manually parsing out the transaction_id.
Robert Sesek [Sat, 27 Mar 2010 20:14:51 +0000 (16:14 -0400)]
Try to recover from malformed XML errors by manually parsing out the transaction_id.

14 years agoRename GDBpConnection to DebuggerConnection. Also organize all the ivars and methods.
Robert Sesek [Sat, 27 Mar 2010 19:44:53 +0000 (15:44 -0400)]
Rename GDBpConnection to DebuggerConnection. Also organize all the ivars and methods.

14 years agoSwitch some basic ints to NSUInteger in GDBpConnection.
Robert Sesek [Sat, 27 Mar 2010 16:42:13 +0000 (12:42 -0400)]
Switch some basic ints to NSUInteger in GDBpConnection.

14 years agoSwitch from GCC to Clang compiler.
Robert Sesek [Sat, 27 Mar 2010 16:24:17 +0000 (12:24 -0400)]
Switch from GCC to Clang compiler.

14 years ago* Start plumbing data back to the UI now that we're partially working asynchronously
Robert Sesek [Sun, 21 Feb 2010 16:32:50 +0000 (11:32 -0500)]
* Start plumbing data back to the UI now that we're partially working asynchronously
* Set up a callback for |-addBreakpoint:|
* Create |-transactionIDFromResponse:| helper

14 years agoReceive contexts and then request their variables; finish rewriting |-createStackFrame:|.
Robert Sesek [Sun, 21 Feb 2010 02:25:52 +0000 (21:25 -0500)]
Receive contexts and then request their variables; finish rewriting |-createStackFrame:|.

14 years agoDitch the hybrid routed/command dispatcher system for a pure callback system.
Robert Sesek [Sat, 20 Feb 2010 18:06:34 +0000 (13:06 -0500)]
Ditch the hybrid routed/command dispatcher system for a pure callback system.

Everything is still broken, but this change did not regress anything further.

14 years agoFix encoding issues by not implicit casting UInt8 to char. Go through CFString instead.
Robert Sesek [Sat, 20 Feb 2010 04:27:28 +0000 (23:27 -0500)]
Fix encoding issues by not implicit casting UInt8 to char. Go through CFString instead.

14 years agoAlways clobber the stack in |-debuggerStep:|
Robert Sesek [Wed, 17 Feb 2010 06:43:24 +0000 (01:43 -0500)]
Always clobber the stack in |-debuggerStep:|

14 years agoUse a lock to make |-sendQueuedWrites| a critical section
Robert Sesek [Wed, 17 Feb 2010 04:35:23 +0000 (23:35 -0500)]
Use a lock to make |-sendQueuedWrites| a critical section

14 years ago* Start tracking the last read and last written transaction IDs
Robert Sesek [Wed, 17 Feb 2010 04:13:53 +0000 (23:13 -0500)]
* Start tracking the last read and last written transaction IDs
* Start numbering transactions at 1, rather than 0
* Kill some NSLogs
* Try to enfore strict ordering of read/writes using the last transaction information

14 years ago* Start making |-createStackFrame:| asynchronous
Robert Sesek [Tue, 16 Feb 2010 22:41:39 +0000 (17:41 -0500)]
* Start making |-createStackFrame:| asynchronous
* Give StackFrame objects a routingID_
* Queue writes in GDBpConnection

14 years agoHappy new year!
Robert Sesek [Tue, 16 Feb 2010 16:43:48 +0000 (11:43 -0500)]
Happy new year!

14 years agoXcode project updates:
Robert Sesek [Tue, 16 Feb 2010 16:42:28 +0000 (11:42 -0500)]
Xcode project updates:
* Make Gitcrement less annoying to work with
* Xcode 3.2 updates

14 years ago* Create functionality to perform non-blocking writes using a write queue
Robert Sesek [Tue, 16 Feb 2010 16:36:54 +0000 (11:36 -0500)]
* Create functionality to perform non-blocking writes using a write queue
* Fix up the debugger step commands to use async communication

14 years agoRemove SocketWrapper and start using CFSocket with CFStreams in GDBpConnection. This...
Robert Sesek [Tue, 16 Feb 2010 15:54:07 +0000 (10:54 -0500)]
Remove SocketWrapper and start using CFSocket with CFStreams in GDBpConnection. This compiles but not much else.

14 years agoPrevent the Preferences window from jumping around when it opens by disabling
Robert Sesek [Mon, 1 Feb 2010 06:15:52 +0000 (01:15 -0500)]
Prevent the Preferences window from jumping around when it opens by disabling
the "Visible on Launch" property.

14 years agoRemove IDE key preference because this is a property from the engine, not the IDE.
Robert Sesek [Mon, 1 Feb 2010 06:10:56 +0000 (01:10 -0500)]
Remove IDE key preference because this is a property from the engine, not the IDE.

14 years agoRemove the |session| ivar from GDBpConnection. Use |transactionID| to keep
Robert Sesek [Mon, 1 Feb 2010 06:05:26 +0000 (01:05 -0500)]
Remove the |session| ivar from GDBpConnection. Use |transactionID| to keep
track of individual message transactions with the debugger engine.

14 years agoMake our project Xcode 3.1+ compatible.
Robert Sesek [Thu, 30 Jul 2009 11:48:57 +0000 (07:48 -0400)]
Make our project Xcode 3.1+ compatible.

14 years agoChange NSXMLElementAdditions to use UTF8 strings when converting, rather than ASCII.
Robert Sesek [Thu, 30 Jul 2009 11:28:32 +0000 (07:28 -0400)]
Change NSXMLElementAdditions to use UTF8 strings when converting, rather than ASCII.

14 years agoMake the transport logging an environmental setting.
Robert Sesek [Sun, 26 Jul 2009 16:23:32 +0000 (12:23 -0400)]
Make the transport logging an environmental setting.
To enable: `setenv TransportDebug YES`.

14 years agoIn |-debuggerDisconnected|, unmark the program counter line so it doesn't look like...
Robert Sesek [Wed, 22 Jul 2009 04:58:12 +0000 (00:58 -0400)]
In |-debuggerDisconnected|, unmark the program counter line so it doesn't look like we're connected.

14 years agoFix warnings about GDBpConnectionDelegate by including the header in DebuggerControll...
Robert Sesek [Wed, 22 Jul 2009 04:49:29 +0000 (00:49 -0400)]
Fix warnings about GDBpConnectionDelegate by including the header in DebuggerController.h.

14 years agoVersion to 1.4b.
Robert Sesek [Wed, 22 Jul 2009 04:40:12 +0000 (00:40 -0400)]
Version to 1.4b.

14 years ago* Add a preference to automatically reconnect. Fixes bug #165.
Robert Sesek [Wed, 22 Jul 2009 04:34:20 +0000 (00:34 -0400)]
* Add a preference to automatically reconnect. Fixes bug #165.
* Create a GDBpConnectionDelegate formal protocol.
  * No longer use notifications to pass errors from GDBpConnection to DebuggerController.
  * Add delegate methods for |-debuggerConnected| and |-debuggerDisconnected|.
* Move GDBpConnection's |-socketDidAccept| implementation into a helper so it can be run on the main thread.

14 years ago* Completely de-couple SocketWrapper from GDBpConnection by passing the port directly...
Robert Sesek [Wed, 22 Jul 2009 04:06:50 +0000 (00:06 -0400)]
* Completely de-couple SocketWrapper from GDBpConnection by passing the port directly to the ctor, rather than extracting it from the connection.
* Make SocketWrapperDelegate a formal protocl and GDBpConnection now conforms to it.
* Clean up delegate interface.

14 years agoAdd a tooltip to the "break on first line" preference.
Robert Sesek [Wed, 22 Jul 2009 03:37:32 +0000 (23:37 -0400)]
Add a tooltip to the "break on first line" preference.

14 years agoSwitch to using -[NSString stringWithUTF8String:] in SocketWrapper.
Robert Sesek [Wed, 22 Jul 2009 02:55:49 +0000 (22:55 -0400)]
Switch to using -[NSString stringWithUTF8String:] in SocketWrapper.

14 years agoMark one of the fixes as bug 157 1.3
Robert Sesek [Tue, 19 May 2009 04:37:01 +0000 (00:37 -0400)]
Mark one of the fixes as bug 157

14 years agoAdd a toolbar icon for the HUD window, which required making DebuggerController the...
Robert Sesek [Tue, 19 May 2009 03:14:54 +0000 (23:14 -0400)]
Add a toolbar icon for the HUD window, which required making DebuggerController the action handler.

* Icons/HUDIcon.png: New icon
* CONTRIBUTORS: Add credits for icon
* MacGDBp.xcodeproj/project.pbxproj: Project updates for icon
* Source/AppDelegate.h+m:
(showInspectorWindow:): Moved to...
* Source/DebuggerController.h+m:
(showInspectorWindow:): new from ^
* English.lproj/Debugger.xib: Add toolbar item
* English.lproj/MainMenu.xib: Change Window-->Inspector's target

14 years agoWe need to use UTF8 string encoding instead of ASCII because we're receiving XML...
Robert Sesek [Tue, 19 May 2009 01:58:11 +0000 (21:58 -0400)]
We need to use UTF8 string encoding instead of ASCII because we're receiving XML. Socket code should be perfect now.

* Source/SocketWrapper.m:
(receive)

14 years agoPut the debugger behavior settings above the Xdebug ones
Robert Sesek [Sun, 17 May 2009 14:11:33 +0000 (10:11 -0400)]
Put the debugger behavior settings above the Xdebug ones

* English.lproj/Preferences.xib

14 years agoRewrote -[SocketWrapper receive] so that we do not get any more partial/broken packet...
Robert Sesek [Sun, 17 May 2009 14:07:33 +0000 (10:07 -0400)]
Rewrote -[SocketWrapper receive] so that we do not get any more partial/broken packets, hopefully.

* Source/SocketWrapper.m:
(receive)