[Cgdb-devel] tgdb's general purpose protocol architecture
Brought to you by:
bobbybrasko,
crouchingturbo
From: Bob R. <bob...@co...> - 2003-06-01 04:28:57
|
Hi, I checked in a new version of tgdb. Its goal is to separate the annotate 2 code from the main loop code in tgdb-base. This way, libtgdb can add different clients to gdb ( annotate 1, annotate 2, gdbmi ... ) without having to do anything but implement an interface.=20 It also separated the readline code from the clients. This is because tgdb-base now handles all the readline stuff. The clients only get notified when a command is given or when data is recieved from gdb. Anyways, Please try out the latest cvs tree. I tested it well, so it shouldn't give any problems.=20 Thanks, Bob Rossi |