From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii To: ac131313@cygnus.com Cc: gdb@sources.redhat.com Subject: Re: [5.1/mi] Enable MI interface Date: Wed, 21 Mar 2001 15:59:00 -0000 Message-id: <200103061715.MAA20369@indy.delorie.com> References: <3AA51424.E626A0A8@cygnus.com> X-SW-Source: 2001-03/msg00060.html > Date: Tue, 06 Mar 2001 11:45:24 -0500 > From: Andrew Cagney > > The question, does MI make sense under DJGPP should probably also be > considered. How is DJGPP different from other ports in this aspect? As far as I understand, MI is just another interface to GDB's core functionality, specifically tailored to programs (as opposed to CLI which is tailored for humans). If it's considered a Good Thing to have this on other platforms, I don't see why it won't make sense with DJGPP. Am I missing something?