Hey Chris, Thanks!!! This is great. I had just started researching this piece. It seems like I can learn a lot from looking at your code.
GJC -- Gregory Casamento ----- Original Message ---- From: Christopher Armstrong <[EMAIL PROTECTED]> To: [email protected] Cc: Gregory John Casamento <[EMAIL PROTECTED]> Sent: Monday, September 17, 2007 11:58:49 PM Subject: Re: Project Center Architecture and other things ( was Re: New ProjectCenter Icons ) Hi > * PC: Addition of the debugger interaction module. Currently, I am > working on one which is GDB specific. Also adding the code which > supports some minimal messaging to and from Gorm to allow it to notify PC > when a resource has been added. I'm not sure if you already have code for GDB interaction, or whether you have just started with writing a GDB module (I can't get access to SVN at this point at time to check), but I did have some code which was capable of starting and talking to GDB using its special slave mode protocol that was written for gnustep-base. It only very basic, handling the receiving and sending of commands so it could be useful for getting over that initial hurdle of talking to GDB. It used a pair of pipes to talk to GDB and reads and writes data using the resultant file handles. I'm more than happy to contribute it if you think it is useful. Please find it attached in GDBSession.h/.m along with a sample driver application. Regards Chris -- Christopher Armstrong carmstrong ^^AT^ fastmail dOT com /Dot/ au _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
