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

Attachment: gdb-20070118.tar.gz
Description: GNU Zip compressed data

_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to