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: complete GDB MI specification


> Date: Tue, 7 Dec 2004 14:50:19 -0500
> From: Bob Rossi <bob@brasko.net>
> Cc: kostik@ispras.ru, gdb@sources.redhat.com
> 
> What I meant to say was, It would be helpful if there was a place in the
> GDB manual that had all of the MI commands for specific versions of MI,
> and all of the fields that the MI command is capable of outputting.
> Basically, the semantic information needed to write a parser and quickly
> interpret the MI commands as correct or incorrect output, and what each
> field means.

Such information, if we decide to include it, should go into
gdbint.texinfo.

But basically, I think that once the Yacc parser is written and
becomes part of GDB, we should maintain the parser instead of
documenting the grammar.


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