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: Emacs and GDB


On Mon, 9 Dec 2002 a2782@dis.ulpgc.es wrote:

> I\'m very interested in MI interface. But I don\'t know what\'s the way to
> make it works with GDB. I mean, does it work with normal GDB? Is it a
> library? How do I interact with it? Is there any restriction with GDB
> versions?

MI is an alternative command interface that is built into recent versions 
of gdb (>5.2-ish). Just invoke gdb with the "--i=mi" (or 
"--interpreter=mi") option, and gdb will run using the mi interface.

For more details, see the MI chapter in the GDB User Manual (available 
online).

Keith




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