discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Project Center Architecture and other things ( was Re: New Project


From: Christopher Armstrong
Subject: Re: Project Center Architecture and other things ( was Re: New ProjectCenter Icons )
Date: Wed, 19 Sep 2007 09:32:18 +1000
User-agent: Thunderbird 2.0.0.6 (Windows/20070728)

Hi

Glad it was useful.

Remember this is your bible on the subject: http://sourceware.org/gdb/current/onlinedocs/gdb_25.html :-) Its a bit inaccurate in places but it explains most things.

Regards
Chris

Gregory John Casamento wrote:
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 <carmstrong@fastmail.com.au>
To: discuss-gnustep@gnu.org
Cc: Gregory John Casamento <greg_casamento@yahoo.com>
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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]