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)


On Fri, Aug 20, 2004 at 08:54:43AM -0400, Bob Rossi wrote:
> On Fri, Aug 20, 2004 at 03:34:19AM -0700, Felix Lee wrote:
> > this isn't a strong objection, interoperability takes precedence.
> > I think an argument for xml would be more convincing if there
> > were more than one debugger talking the same protocol.  
> 
> I can see that people are interested in writing front ends that parse the
> output of the MI. Why? Do the same people enjoy writing linked lists
> over and over again? Do you see my point? Parsing the output of MI is
> completely a waste of time. 

Parsing MI over and over again from scratch may be a waste of time.  So
write once a library that parses MI.  Then you gain most of the benefit
of having XML parsing libraries available.

Heck, parse it into XML if you'd like.

-- 
Daniel Jacobowitz


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