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: Mon, 6 Dec 2004 19:21:30 +0300
> From: Konstantin Karganov <kostik@ispras.ru>
> 
> I'm going to implement a GUI debugger over GDB and need a complete
> description of MI commands and their result formats. Where can I find
> it?

In general, in the manual.

> The "Debugging with GDB" guide doesn't specify many details: for
> example, the value of the expression is a string with unclear format
> (i.e. "[0 <repeated 100 times>]" is a valid array value), the
> "-var-update" response is not specified at all...

Please report all such unclear cases, and I will try to fix them.

> How can I make a parser for the grammar specified as "there should be
> something like the result"? :)

There was a long series of discussions about a month ago, either here
or on gdb-patches.  Search for "MI" in the archives, and you will find
a patch with a formal parser grammar for the MI interface.


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