This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GDB/XMI (XML Machine Interface)


> it's easy to separate inferior I/O from the MI command stream.
Certainly there are methods, but the MI2 spec clearly defines how this
situation should be handled.  Apparently this is not a new issue, so
when MI2 was defined, inferior output was specifically handled via it's
own syntax.  So the problem is implementation (see bug 1654 from May). 
XML format won't cure this situation.

Regards,
Nick G.

On Wed, 2004-08-11 at 18:35, Jason Molenda wrote:
> Hi Alain,
> 
> On Aug 11, 2004, at 12:26 PM, Alain Magloire wrote:
> 
> > Doing a clean recursive decent parser for MI, is actually very 
> > simple...
> > it's just that you have to make n exceptions: inconsitencies, plain 
> > bugs,
> > crap etc .. the inferior output can be intertwine to the protocol, the 
> > duality CLI vs MI in an IDE, the OOB(async notifications) being 
> > incomplete, the inconsistensies between argument parsing etc ..
> 
> 
> I think both Chris and Jim mentioned this already, but it's easy to 
> separate inferior I/O from the MI command stream.  The UI sets up a 
> pseudo tty that it controls and uses the gdb "tty" command to redirect 
> inferior I/O to that ptty.  Our Xcode UI has been using this technique 
> for at least a couple of years now.
> 
> Jason


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]